Skip to content

Commit b660599

Browse files
committed
Updated Dependencies
1 parent 3cb1ef2 commit b660599

File tree

3 files changed

+1855
-2445
lines changed

3 files changed

+1855
-2445
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# PostCSS Variable Compress ![npm](https://img.shields.io/npm/dy/postcss-variable-compress) ![GitHub branch checks state](https://img.shields.io/github/checks-status/navanshu/postcss-variable-compress/master)
22

3-
[postcss-variable-compress] is a [PostCSS] plugin minifies variable names and saves space. Even if you have 1295 css variables still they will not exceed by two characters. It will transform css variable without breaking your stylesheet.
3+
[postcss-variable-compress] is a [PostCSS] plugin minifies variable names and saves space. Even if you have 1295 css variables still they will not exceed by two characters. It will transform css variable without breaking your stylesheet. Get if from [NPM].
44

55
If you want it not modify some css variables, then pass them `--{variable-name}` as an array to the plugin.
66

77
[postcss]: https://github.com/postcss/postcss
88
[postcss-variable-compress]: https://github.com/navanshu/postcss-variable-compress
9+
[npm]: https://www.npmjs.com/package/postcss-variable-compress
910

1011
### If you are looking for a plugin that can work on separate files go to import splitFiles.js, works the same but it doesn't resets the variables.
1112

0 commit comments

Comments
 (0)