Skip to content

Commit a483e58

Browse files
Merge branch 'master' into master
2 parents a510106 + 15d2433 commit a483e58

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

docs/authors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
3636
| | [`postcss-space-start-attrs`](https://github.com/jonathantneal/postcss-space-start-attrs) | 0|
3737
| | [`postcss-advanced-variables`](https://github.com/jonathantneal/postcss-advanced-variables) | 48|
3838
| | [`postcss-preset-env`](https://github.com/jonathantneal/postcss-preset-env) | 338|
39+
| | [`postcss-normalize`](https://github.com/jonathantneal/postcss-normalize) | 0|
3940
|[postcss](https://github.com/postcss) | [`postcss-color-function`](https://github.com/postcss/postcss-color-function) | 245|
4041
| | [`postcss-color-gray`](https://github.com/postcss/postcss-color-gray) | 19|
4142
| | [`postcss-color-hex-alpha`](https://github.com/postcss/postcss-color-hex-alpha) | 19|
@@ -235,6 +236,8 @@ Below is a list of all the wonderful people who make PostCSS plugins.
235236
| | [`postcss-media-query-gap`](https://github.com/niksy/postcss-media-query-gap) | 1|
236237
|[outpunk](https://github.com/outpunk) | [`postcss-each`](https://github.com/outpunk/postcss-each) | 76|
237238
| | [`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|
238241
|[rtsao](https://github.com/rtsao) | [`postcss-match`](https://github.com/rtsao/postcss-match) | 10|
239242
| | [`postcss-rtlcss-combined`](https://github.com/rtsao/postcss-rtlcss-combined) | 10|
240243
|[SaraVieira](https://github.com/SaraVieira) | [`postcss-caralho`](https://github.com/SaraVieira/postcss-caralho) | 137|
@@ -376,7 +379,6 @@ Below is a list of all the wonderful people who make PostCSS plugins.
376379
|[panec](https://github.com/panec) | [`postcss-mq-optimize`](https://github.com/panec/postcss-mq-optimize) | 0|
377380
|[pathsofdesign](https://github.com/pathsofdesign) | [`postcss-fakeid`](https://github.com/pathsofdesign/postcss-fakeid) | 15|
378381
|[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|
380382
|[Pustur](https://github.com/Pustur) | [`postcss-italian-stylesheets`](https://github.com/Pustur/postcss-italian-stylesheets) | 3|
381383
|[redaxmedia](https://github.com/redaxmedia) | [`postcss-harmonize`](https://github.com/redaxmedia/postcss-harmonize) | 0|
382384
|[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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4542,6 +4542,29 @@
45424542
],
45434543
"stars": 1
45444544
},
4545+
{
4546+
"name": "postcss-normalize",
4547+
"description": "Use the parts of normalize.css you need from your browserslist ",
4548+
"author": "jonathantneal",
4549+
"url": "https://github.com/jonathantneal/postcss-normalize",
4550+
"tags": [
4551+
"optimizations"
4552+
],
4553+
"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
4567+
},
45454568
{
45464569
"name": "postcss-glitch",
45474570
"description": "that adds glitch effect to your text",

0 commit comments

Comments
 (0)