HubSpot/javascript

[CSS/Sass] Style guide

geekjuice opened this issue · 0 comments

Not entirely related to this project, but we should consider adding a CSS/Sass style guide like Airbnb. However, it seems like they rely on scss-lint which has a hard dependency on Ruby 1.9.3+, Sass 3.4.1+, and .scss files which seems a little restrictive for our use cases.

There are alternatives such as sass-lint which is written purely in Javascript and supports both .sass and .scss formats, but may need a test drive before full adoption.