postcss-droproot
v1.0.3
Published
Remove :root rules
Downloads
5
Keywords
Readme
postcss-droproot
Remove :root rules
Installation
npm install postcss-droproot
postcss -u postcss-droproot -o dist/index.css src/index.cssUsage
Let's say you have :root {} rules you want gone. This plugin turns this:
:root {
--prefix-component-background-color: blue;
}Into this:
