8000 feat: add postcss-boost-specificity · ukrcode/postcss-plugins@c9cbf9d · GitHub
[go: up one dir, main page]

Skip to content

Commit c9cbf9d

Browse files
committed
feat: add postcss-boost-specificity
1 parent 931df96 commit c9cbf9d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
348348
|[devgru](https://github.com/devgru) | [`postcss-color-hcl`](https://github.com/devgru/postcss-color-hcl) | 10|
349349
|[dfernandez79](https://github.com/dfernandez79) | [`postcss-ase-colors`](https://github.com/dfernandez79/postcss-ase-colors) | 10|
350350
|[DimitrisNL](https://github.com/DimitrisNL) | [`postcss-autocorrect`](https://github.com/DimitrisNL/postcss-autocorrect) | 13|
351+
|[dolgachio](https://github.com/dolgachio) | [`postcss-boost-specificity`](https://github.com/ukrcode/postcss-boost-specificity) | 0|
351352
|[DongShelton](https://github.com/DongShelton) | [`postcss-file`](https://github.com/DongShelton/postcss-file) | 3|
352353
|[dp-lewis](https://github.com/dp-lewis) | [`postcss-australian-stylesheets`](https://github.com/dp-lewis/postcss-australian-stylesheets) | 83|
353354
|[Dreamseer](https://github.com/Dreamseer) | [`postcss-opacity-percentage`](https://github.com/Dreamseer/postcss-opacity-percentage) | 11|

plugins.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ - 9421 5327,5 +5327,16 @@
53275327
"other"
53285328
],
53295329
"stars": 0
5330+
},
5331+
{
5332+
"name": "postcss-boost-specificity",
5333+
"description": "that increases(boosts) CSS selectors specificity",
5334+
"author": "dolgachio",
5335+
"url": "https://github.com/ukrcode/postcss-boost-specificity",
5336+
"tags": [
5337+
"extensions",
5338+
"other"
5339+
],
5340+
"stars": 0
53305341
}
5331-
]
5342+
]

0 commit comments

Comments
 (0)
0