Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
11 changes: 11 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]