8000 feat: add postcss-hocus-pocus (#335) · ukrcode/postcss-plugins@9b4d97d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b4d97d

Browse files
feat: add postcss-hocus-pocus (himynameisdave#335)
Co-authored-by: Dave Lunny <4298089+himynameisdave@users.noreply.github.com>
1 parent 3b22848 commit 9b4d97d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
316316
|[bmds](https://github.com/bmds) | [`postcss-logical-props`](https://github.com/bmds/postcss-logical-props) | 7|
317317
|[borodean](https://github.com/borodean) | [`postcss-assets`](https://github.com/borodean/postcss-assets) | 541|
318318
|[btholt](https://github.com/btholt) | [`postcss-colorblind`](https://github.com/btholt/postcss-colorblind) | 333|
319+
|[cadomac](https://github.com/cadomac) | [`postcss-hocus-pocus`](https://github.com/cadomac/postcss-hocus-pocus) | 0|
319320
|[casey6](https://github.com/casey6) | [`postcss-redundant-color-vars`](https://github.com/caseyjacobson/postcss-redundant-color-vars) | 13|
320321
|[cbas](https://github.com/cbas) | [`postcss-imperial`](https://github.com/cbas/postcss-imperial) | 31|
321322
|[cbracco](https://github.com/cbracco) | [`postcss-remove-root`](https://github.com/cbracco/postcss-remove-root) | 9|

plugins.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5296,5 +5296,16 @@
52965296
"other"
52975297
],
52985298
"stars": 0
5299+
},
5300+
{
5301+
"name": "postcss-hocus-pocus",
5302+
"description": "Provides shorthand to combine :hover and :focus using :hocus, and add :active using :pocus! Forked from postcss-hocus.",
5303+
"author": "cadomac",
5304+
"url": "https://github.com/cadomac/postcss-hocus-pocus",
5305+
"tags": [
5306+
"fun",
5307+
"shortcuts"
5308+
],
5309+
"stars": 0
52995310
}
53005311
]

0 commit comments

Comments
 (0)
0