From 355c6c643fd1244148d70235906c7dd1a60e0b6d Mon Sep 17 00:00:00 2001 From: Saneef Ansari Date: Tue, 16 Apr 2024 02:53:04 +0530 Subject: [PATCH] adds postcss-design-token-utils --- docs/authors.md | 1 + plugins.json | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/authors.md b/docs/authors.md index c29ce71..c923d4e 100644 --- a/docs/authors.md +++ b/docs/authors.md @@ -451,6 +451,7 @@ Below is a list of all the wonderful people who make PostCSS plugins. |[RyanZim](https://github.com/RyanZim) | [`postcss-uncss`](https://github.com/RyanZim/postcss-uncss) | 114| |[Rycochet](https://github.com/Rycochet) | [`postcss-epub`](https://github.com/Rycochet/postcss-epub) | 31| |[sandralundgren](https://github.com/sandralundgren) | [`postcss-lolcat-stylesheets`](https://github.com/sandralundgren/postcss-lolcat-stylesheets) | 17| +|[saneef](https://github.com/saneef) | [`postcss-design-token-utils`](https://github.com/saneef/postcss-design-token-utils) | 0| |[SassNinja](https://github.com/SassNinja) | [`postcss-combine-media-query`](https://github.com/SassNinja/postcss-combine-media-query) | 94| |[SectorLabs](https://github.com/SectorLabs) | [`postcss-inline-class`](https://github.com/SectorLabs/postcss-inline-class) | 8| |[Ser-Gen](https://github.com/Ser-Gen) | [`postcss-data-packer`](https://github.com/Ser-Gen/postcss-data-packer) | 19| diff --git a/plugins.json b/plugins.json index 21e8ecc..45e940b 100644 --- a/plugins.json +++ b/plugins.json @@ -5327,5 +5327,19 @@ "other" ], "stars": 0 + }, + { + "name": "postcss-design-token-utils", + "description": "that convert design tokens to CSS custom properties and utility classes.", + "author": "saneef", + "url": "https://github.com/saneef/postcss-design-token-utils", + "tags": [ + "color", + "extensions", + "media-queries", + "other", + "shortcuts" + ], + "stars": 0 } -] +] \ No newline at end of file