postcss-custom-properties
postcss-custom-properties copied to clipboard
Use Custom Properties in CSS
I added a new comment to this past issue: https://github.com/postcss/postcss-custom-properties/issues/118
I've made this, but having custom properties without fallback could be great when my browserslist support it. ```js var caniuse = require("caniuse-api"); var browserslist = require("browserslist"); var customPropertiesPreserve = caniuse.isSupported("css-variables",...
I am running nano and postcss-custom-properties, and on about every fourth or fifth build instead of replacing the custom properties in the target .css file, the entire .css file is...