Skip to content

Commit 1bdd1d5

Browse files
Add postcss-easy-z (#311)
Co-authored-by: Dave Lunny <4298089+himynameisdave@users.noreply.github.com>
1 parent 5a469f2 commit 1bdd1d5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
414414
|[MohammadYounes](https://github.com/MohammadYounes) | [`rtlcss`](https://github.com/MohammadYounes/rtlcss) | 1348|
415415
|[mystrdat](https://github.com/mystrdat) | [`postcss-inrule`](https://github.com/salsita/postcss-inrule) | 8|
416416
|[naaspati](https://github.com/naaspati) | [`jsmath`](https://github.com/naaspati/postcss-jsmath) | 4|
417+
|[nekitk](https://github.com/nekitk) | [`postcss-easy-z`](https://github.com/CSSSR/postcss-easy-z) | 0|
417418
|[nicksheffield](https://github.com/nicksheffield) | [`postcss-color-hexa`](https://github.com/nicksheffield/postcss-color-hexa) | 7|
418419
|[notacouch](https://github.com/notacouch) | [`postcss-mqwidth-to-class`](https://github.com/notacouch/postcss-mqwidth-to-class) | 6|
419420
|[nucliweb](https://github.com/nucliweb) | [`postcss-magic-animations`](https://github.com/nucliweb/postcss-magic-animations) | 42|

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5119,7 +5119,6 @@
51195119
],
51205120
"stars": 0
51215121
},
5122-
{
51235122
"name": "postcss-multiple-tailwind",
51245123
"description": "to process multiple tailwindcss configs easily.",
51255124
"author": "robbevp",
@@ -5128,5 +5127,16 @@
51285127
"other"
51295128
],
51305129
"stars": 0
5130+
},
5131+
{
5132+
"name": "postcss-easy-z",
5133+
"description": "to organize z-indices",
5134+
"author": "nekitk",
5135+
"url": "https://github.com/CSSSR/postcss-easy-z",
5136+
"tags": [
5137+
"extensions",
5138+
"shortcuts"
5139+
],
5140+
"stars": 0
51315141
}
51325142
]

0 commit comments

Comments
 (0)