Skip to content

Commit 5bda895

Browse files
committed
Upgrade postcss-apply dependency
- Implement proper property set overrides - See pascalduez/postcss-apply#10 - Implement from js custom property sets declaration - See pascalduez/postcss-apply#15 - Added a `preserve` option - See pascalduez/postcss-apply#14
1 parent 4717a59 commit 5bda895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"pixrem": "^3.0.0",
2828
"pleeease-filters": "^3.0.0",
2929
"postcss": "^5.0.4",
30-
"postcss-apply": "^0.3.0",
30+
"postcss-apply": "^0.6.0",
3131
"postcss-attribute-case-insensitive": "^1.0.1",
3232
"postcss-calc": "^5.0.0",
3333
"postcss-color-function": "^2.0.0",

0 commit comments

Comments
 (0)