-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scss-lint vs other linters #45
Comments
I can't answer for the linter question, but this repo is much less active from Airbnb folks because we've mostly switched off from using scss to defining styles in javascript using Aphrodite. |
As of 2018 styled-components seem to establish as a clear winner, when it comes to CSS in JavaScript. (14000 stars compared to 4000 for Aphrodite) |
Stars are a wildly subpar metric for evaluating any solution. (One big reason is that template tags are harder to lint and to syntax highlight) |
I don't know if this is still true, but last time I checked, performance was better in Aphrodite. |
Why did you decide to go with scss-lint instead of some stylelint or sass-lint?
Also, and perhaps this is better in its own issue, why do you think that this repo is so much less active than the javascript?
The text was updated successfully, but these errors were encountered: