patternfly-css
patternfly-css copied to clipboard
Add CSS linting
Install ruby scss-lint package. Use the same mechanism as bootstrap.
Fixes https://patternfly.atlassian.net/browse/PTNFLY-2422
Thanks a lot @guillaumevincent ! I'll test it today
I started small, and will tackle one feature at a time I think travis is not enable right?
The current test (npm test
) will raise an error because of the errors in sources/scss/*.scss
@bleathem this one works for me, can you please review it?
@guillaumevincent thanks a lot, I love it!
@guillaumevincent sorry that it took me so long to loop back to this. Bootstrap 4 beta 2 changed to stylelint and I think it's a good move. What do you think? should we follow it and merge a linter here?
thanks a lot!
let me update the pull request @andresgalante
Pull request update, I use stylelint now