Skip to content

Commit 259d06e

Browse files
authored
Merge pull request #1715 from jptaranto/postcss-design-tokens
Add postcss-design-tokens plugin
2 parents aa2d165 + e6a9c52 commit 259d06e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/plugins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ See also plugins in modular minifier [`cssnano`].
485485
doesn’t fit the mobile browser screen.
486486
* [`postcss-unit-processor`] flexible processing of CSS units.
487487
* [`postcss-rem-to-px`] converts `rem` values to `px` values.
488+
* [`postcss-design-tokens`] provides a function to retrieve design tokens expressed in JS or JSON, within CSS.
488489

489490

490491
[flexbox bugs]: https://github.com/philipwalton/flexbugs
@@ -882,3 +883,4 @@ See also plugins in modular minifier [`cssnano`].
882883
[`postcss-rem-to-px`]: https://github.com/TheDutchCoder/postcss-rem-to-px
883884
[`postcss-prefix-hover`]: https://github.com/larsmunkholm/postcss-prefix-hover
884885
[`postcss-resolve-urls`]: https://github.com/bognarlaszlo/postcss-resolve-urls
886+
[`postcss-design-tokens`]: https://github.com/jptaranto/postcss-design-tokens

0 commit comments

Comments
 (0)