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 @@ -317,6 +317,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
|[borodean](https://github.com/borodean) | [`postcss-assets`](https://github.com/borodean/postcss-assets) | 540|
|[btholt](https://github.com/btholt) | [`postcss-colorblind`](https://github.com/btholt/postcss-colorblind) | 336|
|[cadomac](https://github.com/cadomac) | [`postcss-hocus-pocus`](https://github.com/cadomac/postcss-hocus-pocus) | 0|
|[carlosjeurissen](https://github.com/carlosjeurissen) | [`PostCSS Overflow Fallbacks`](https://github.com/carlosjeurissen/postcss-overflow-fallbacks) | 0|
|[casey6](https://github.com/casey6) | [`postcss-redundant-color-vars`](https://github.com/caseyjacobson/postcss-redundant-color-vars) | 11|
|[cbas](https://github.com/cbas) | [`postcss-imperial`](https://github.com/cbas/postcss-imperial) | 32|
|[cbracco](https://github.com/cbracco) | [`postcss-remove-root`](https://github.com/cbracco/postcss-remove-root) | 9|
Expand Down
12 changes: 11 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5327,5 +5327,15 @@
"other"
],
"stars": 0
},
{
"name": "PostCSS Overflow Fallbacks",
"description": "Provides fallbacks for overflow: clip and overflow: overlay",
"author": "carlosjeurissen",
"url": "https://github.com/carlosjeurissen/postcss-overflow-fallbacks",
"tags": [
"fallbacks"
],
"stars": 0
}
]
]