Skip to content

Commit

Permalink
add postcss-hash-classname plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ctxhou committed Dec 22, 2015
1 parent 75bb988 commit e46934d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ See also [`cssnext`] plugins pack to add future CSS syntax by one line of code.
* [`cssgrace`] provides various helpers and transpiles CSS 3 for IE
and other old browsers.
* [`pixrem`] generates pixel fallbacks for `rem` units.
* [`postcss-hash-classname`] append hash string to your css class name.

See also [`oldie`] plugins pack.

Expand Down Expand Up @@ -554,3 +555,4 @@ See also plugins in modular minifier [`cssnano`].
[`rtlcss`]: https://github.com/MohammadYounes/rtlcss
[`short`]: https://github.com/jonathantneal/postcss-short
[`lost`]: https://github.com/corysimmons/lost
[`postcss-hash-classname`]: https://github.com/ctxhou/postcss-hash-classname

0 comments on commit e46934d

Please sign in to comment.