Skip to content

Commit

Permalink
Add perfectionist and stylelint to readme #13
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Mar 28, 2016
1 parent 865be94 commit 8f99a83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ grunt.initConfig({
});
```

## Related tools

If you want format stylesheets, use [perfectionist], also a PostCSS-based tool.

Don't forget to lint stylesheets with [stylelint]!

## Thanks

This plugin is heavily inspired by [CSSComb]. Some code logic, tests, and documentation parts are taken from this tool.
Expand All @@ -361,3 +367,5 @@ This plugin is heavily inspired by [CSSComb]. Some code logic, tests, and docume
[postcss-scss]: https://github.com/postcss/postcss-scss
[Autoprefixer]: https://github.com/postcss/autoprefixer
[postcss-less]: https://github.com/webschik/postcss-less
[perfectionist]: https://github.com/ben-eb/perfectionist
[stylelint]: http://stylelint.io/

0 comments on commit 8f99a83

Please sign in to comment.