Skip to content

Commit 39a683a

Browse files
committed
Update README.md
1 parent 194fb38 commit 39a683a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,11 @@ module.exports = {
9090
module.export = {
9191
plugins: [
9292
require('cssnano'),
93-
+ require('./postcss/compress')([
94-
+ '--colorPre',
95-
+ '--colorPreAlpha',
93+
+ require('postcss-variable-compress')([
9694
+ '--colorPrimary',
9795
+ '--colorPrimaryAlpha',
98-
+ '--colorPost',
99-
+ '--colorPostAlpha',
10096
+ '--light',
10197
+ '--dark',
102-
+ '--lightAlpha',
103-
+ '--darkAlpha',
104-
+ '--lighterAlpha',
105-
+ '--darkerAlpha',
10698
+ '--font',
10799
+ '--vh',
108100
+ '--r'

0 commit comments

Comments
 (0)