-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add scss-lint configuration #7
Comments
a default configuration file added in issue #8 |
This project: sass-lint, https://github.com/sasstools/sass-lint |
Actually just saw this issue sasstools/sass-lint#6 |
Exactly, But we could give it a try, just to be ready for the next releases of the sass-lint |
yep I will create a branch where sass-lint is configured in the project and when sass-lint is launched we can merge. |
Maybe consider https://github.com/stylelint/stylelint |
WordPress CSS Coding Standards shared config https://github.com/ntwb/stylelint-config-wordpress
It does 😄 |
Thanks for the suggestion @ntwb will check it out :) |
Propose a scss-lint configuration file.
Until now the most stable scss linter seems to be the scss-lint.
Unfortunately this plugin is strongly dependent to ruby, so it would be tricky to implement this to the existing gulp workflow.
On the other hand you can have a global scss-lint configuration file and use it through your IDE(e.g. PHPStorm).
The text was updated successfully, but these errors were encountered: