From 2fd95cd513540f52c1c744d6708251fba6d13e9f Mon Sep 17 00:00:00 2001 From: Ben Saufley Date: Tue, 2 Dec 2025 16:40:01 -0500 Subject: [PATCH] Add postcss-static-properties --- docs/authors.md | 1 + plugins.json | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/authors.md b/docs/authors.md index c29ce71..99aed65 100644 --- a/docs/authors.md +++ b/docs/authors.md @@ -312,6 +312,7 @@ Below is a list of all the wonderful people who make PostCSS plugins. |[BBVAEngineering](https://github.com/BBVAEngineering) | [`postcss-selector-scope`](https://github.com/BBVAEngineering/postcss-selector-scope) | 1| |[benboba](https://github.com/benboba) | [`postcss-svg-slimming`](https://github.com/benboba/postcss-svg-slimming) | 5| |[benmcginnis](https://github.com/benmcginnis) | [`postcss-dss`](https://github.com/benmcginnis/postcss-dss) | 1| +|[bensaufley](https://github.com/bensaufley) | [`postcss-static-properties`](https://github.com/bensaufley/postcss-static-properties) | 0| |[binjospookie](https://github.com/binjospookie) | [`postcss-state-selector`](https://github.com/binjospookie/postcss-state-selector) | 0| |[bmds](https://github.com/bmds) | [`postcss-logical-props`](https://github.com/bmds/postcss-logical-props) | 7| |[borodean](https://github.com/borodean) | [`postcss-assets`](https://github.com/borodean/postcss-assets) | 540| diff --git a/plugins.json b/plugins.json index 21e8ecc..681c76f 100644 --- a/plugins.json +++ b/plugins.json @@ -5327,5 +5327,16 @@ "other" ], "stars": 0 + }, + { + "name": "postcss-static-properties", + "description": "that enables using CSS Custom Properties for staticvalues, which get \"baked\" down to their simple values in the built CSS", + "author": "bensaufley", + "url": "https://github.com/bensaufley/postcss-static-properties", + "tags": [ + "optimizations", + "shortcuts" + ], + "stars": 0 } ]