Skip to content

Commit

Permalink
Merge pull request postcss#703 from iahu/master
Browse files Browse the repository at this point in the history
add my plugin postcss-font-normalize
ai committed Jan 15, 2016
2 parents 31a5f4c + 1a6d26c commit 497afa7
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
@@ -69,6 +69,7 @@ Or enable plugins directly in CSS using [`postcss-use`]:
* [`postcss-custom-selectors`] adds custom aliases for selectors.
* [`postcss-extend`] supports spec-approximate `@extend` for rules
and placeholders, recursively.
* [`postcss-font-normalize`] to normalize font, especially font-family.
* [`postcss-font-variant`] transpiles human-readable `font-variant`
to more widely supported CSS.
* [`postcss-host`] makes the Shadow DOM’s `:host` selector work properly
@@ -445,6 +446,7 @@ See also plugins in modular minifier [`cssnano`].
[`postcss-default-unit`]: https://github.com/antyakushev/postcss-default-unit
[`postcss-flexibility`]: https://github.com/7rulnik/postcss-flexibility
[`postcss-flexboxfixer`]: https://github.com/hallvors/postcss-flexboxfixer
[`postcss-font-normalize`]: https://github.com/iahu/postcss-font-normalize
[`postcss-font-variant`]: https://github.com/postcss/postcss-font-variant
[`postcss-media-minmax`]: https://github.com/postcss/postcss-media-minmax
[`postcss-merge-idents`]: https://github.com/ben-eb/postcss-merge-idents

0 comments on commit 497afa7

Please sign in to comment.