Skip to content

Commit 15d2433

Browse files
pepelxDhimynameisdave
authored andcommitted
add postcss-csslock plugin (himynameisdave#250)
1 parent 4dcaab2 commit 15d2433

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/authors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ Below is a list of all the wonderful people who make PostCSS plugins.
236236
| | [`postcss-media-query-gap`](https://github.com/niksy/postcss-media-query-gap) | 1|
237237
|[outpunk](https://github.com/outpunk) | [`postcss-each`](https://github.com/outpunk/postcss-each) | 76|
238238
| | [`postcss-modules`](https://github.com/outpunk/postcss-modules) | 893|
239+
|[pepelxD](https://github.com/pepelxD) | [`postcss-neogrid`](https://github.com/pepelxD/postcss-neoGrid) | 2|
240+
| | [`postcss-csslock`](https://github.com/pepelxD/postcss-csslock) | 0|
239241
|[rtsao](https://github.com/rtsao) | [`postcss-match`](https://github.com/rtsao/postcss-match) | 10|
240242
| | [`postcss-rtlcss-combined`](https://github.com/rtsao/postcss-rtlcss-combined) | 10|
241243
|[SaraVieira](https://github.com/SaraVieira) | [`postcss-caralho`](https://github.com/SaraVieira/postcss-caralho) | 137|
@@ -376,7 +378,6 @@ Below is a list of all the wonderful people who make PostCSS plugins.
376378
|[panec](https://github.com/panec) | [`postcss-mq-optimize`](https://github.com/panec/postcss-mq-optimize) | 0|
377379
|[pathsofdesign](https://github.com/pathsofdesign) | [`postcss-fakeid`](https://github.com/pathsofdesign/postcss-fakeid) | 15|
378380
|[pazams](https://github.com/pazams) | [`postcss-scopify`](https://github.com/pazams/postcss-scopify) | 27|
379-
|[pepelxD](https://github.com/pepelxD) | [`postcss-neogrid`](https://github.com/pepelxD/postcss-neoGrid) | 2|
380381
|[Pustur](https://github.com/Pustur) | [`postcss-italian-stylesheets`](https://github.com/Pustur/postcss-italian-stylesheets) | 3|
381382
|[redaxmedia](https://github.com/redaxmedia) | [`postcss-harmonize`](https://github.com/redaxmedia/postcss-harmonize) | 0|
382383
|[rezoh](https://github.com/rezoh) | [`postcss-at-debug`](https://github.com/rezoh/postcss-at-debug) | 0|

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4551,5 +4551,18 @@
45514551
"optimizations"
45524552
],
45534553
"stars": 0
4554+
},
4555+
{
4556+
"name": "postcss-csslock",
4557+
"description": "plugin postcss allowing to apply css-lock approach in writing styles",
4558+
"author": "pepelxD",
4559+
"url": "https://github.com/pepelxD/postcss-csslock",
4560+
"tags": [
4561+
"extensions",
4562+
"fonts",
4563+
"other",
4564+
"shortcuts"
4565+
],
4566+
"stars": 0
45544567
}
45554568
]

0 commit comments

Comments
 (0)