Skip to content

Commit 861ae32

Browse files
Added postcss-variable-compress (#321)
Added .gitattributes file to fix file encoding Co-authored-by: Dave Lunny <4298089+himynameisdave@users.noreply.github.com>
1 parent 9dd036a commit 861ae32

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text eol=lf

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
418418
|[MohammadYounes](https://github.com/MohammadYounes) | [`rtlcss`](https://github.com/MohammadYounes/rtlcss) | 1388|
419419
|[mystrdat](https://github.com/mystrdat) | [`postcss-inrule`](https://github.com/salsita/postcss-inrule) | 8|
420420
|[naaspati](https://github.com/naaspati) | [`jsmath`](https://github.com/naaspati/postcss-jsmath) | 4|
421+
|[navanshu](https://github.com/navanshu) | [`postcss-variable-compress`](https://github.com/navanshu/postcss-variable-compress) | 0|
421422
|[nekitk](https://github.com/nekitk) | [`postcss-easy-z`](https://github.com/CSSSR/postcss-easy-z) | 35|
422423
|[nicksheffield](https://github.com/nicksheffield) | [`postcss-color-hexa`](https://github.com/nicksheffield/postcss-color-hexa) | 7|
423424
|[notacouch](https://github.com/notacouch) | [`postcss-mqwidth-to-class`](https://github.com/notacouch/postcss-mqwidth-to-class) | 6|

plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5185,5 +5185,15 @@
51855185
"shortcuts"
51865186
],
51875187
"stars": 0
5188+
},
5189+
{
5190+
"name": "postcss-variable-compress",
5191+
"description": "Compresses and abstracts CSS Custom Properties (variables) to make CSS file smaller.",
5192+
"author": "navanshu",
5193+
"url": "https://github.com/navanshu/postcss-variable-compress",
5194+
"tags": [
5195+
"optimizations"
5196+
],
5197+
"stars": 0
51885198
}
51895199
]

0 commit comments

Comments
 (0)