1.0.3 • Published 3 years ago

postcss-droproot v1.0.3

Weekly downloads
2
License
BSD-2-Clause
Repository
-
Last release
3 years ago

postcss-droproot

Remove :root rules

Installation

npm install postcss-droproot
postcss -u postcss-droproot -o dist/index.css src/index.css

Usage

Let's say you have :root {} rules you want gone. This plugin turns this:

:root {
  --prefix-component-background-color: blue;
}

Into this: