Skip to content

Commit

Permalink
Merge pull request postcss#680 from komlev/master
Browse files Browse the repository at this point in the history
Add postcss-current-selector plugin into documentation
  • Loading branch information
ben-eb committed Dec 18, 2015
2 parents 58d757f + e22a739 commit 75bb988
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 @@ -115,6 +115,7 @@ See also [`oldie`] plugins pack.
* [`postcss-conditionals`] adds `@if` statements.
* [`postcss-css-variables`] supports variables for selectors, and at-rules
using W3C similar syntax.
* [`postcss-current-selector`] to get current selector in declaration.
* [`postcss-define-property`] to define properties shortcut.
* [`postcss-each`] adds `@each` statement.
* [`postcss-for`] adds `@for` loops.
Expand Down Expand Up @@ -380,6 +381,7 @@ See also plugins in modular minifier [`cssnano`].
[`postcss-browser-reporter`]: https://github.com/postcss/postcss-browser-reporter
[`postcss-selector-matches`]: https://github.com/postcss/postcss-selector-matches
[`postcss-shorthand-expand`]: https://github.com/johnotander/postcss-shorthand-expand
[`postcss-current-selector`]: https://github.com/komlev/postcss-current-selector
[`postcss-all-link-colors`]: https://github.com/jedmao/postcss-all-link-colors
[`postcss-color-hex-alpha`]: https://github.com/postcss/postcss-color-hex-alpha
[`postcss-define-property`]: https://github.com/daleeidd/postcss-define-property
Expand Down

0 comments on commit 75bb988

Please sign in to comment.