Skip to content

Commit a510106

Browse files
committed
add postcss-glitch plugin
1 parent 6989b34 commit a510106

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
287287
|[chriseppstein](https://github.com/chriseppstein) | [`postcss-lang-optimizer`](https://github.com/linkedin/postcss-lang-optimizer) | 16|
288288
|[ChristianMurphy](https://github.com/ChristianMurphy) | [`postcss-combine-duplicated-selectors`](https://github.com/ChristianMurphy/postcss-combine-duplicated-selectors) | 15|
289289
|[Code-Y](https://github.com/Code-Y) | [`postcss-cyspriter`](https://github.com/Code-Y/postcss-cyspriter) | 4|
290+
|[crftd](https://github.com/crftd) | [`postcss-glitch`](https://github.com/crftd/postcss-glitch) | 0|
290291
|[crossjs](https://github.com/crossjs) | [`postcss-flexible`](https://github.com/crossjs/postcss-flexible) | 20|
291292
|[Crunch](https://github.com/Crunch) | [`postcss-less-engine`](https://github.com/Crunch/postcss-less) | 26|
292293
|[cssdream](https://github.com/cssdream) | [`cssgrace`](https://github.com/cssdream/cssgrace) | 600|

plugins.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4541,5 +4541,18 @@
45414541
"optimizations"
45424542
],
45434543
"stars": 1
4544+
},
4545+
{
4546+
"name": "postcss-glitch",
4547+
"description": "that adds glitch effect to your text",
4548+
"author": "crftd",
4549+
"url": "https://github.com/crftd/postcss-glitch",
4550+
"tags": [
4551+
"color",
4552+
"fonts",
4553+
"fun",
4554+
"other"
4555+
],
4556+
"stars": 0
45444557
}
45454558
]

0 commit comments

Comments
 (0)