scopify-cli
v0.4.0
Published
A command line interface for PostCSS-Scopify. This interface will walk the current working directory and will add user input css scope to each selector at each .css file
Downloads
4
Maintainers
Readme
scopify-cli
A command line interface for PostCSS-Scopify. This interface will walk the current working directory and will add user input css scope to each selector at each .css file
Example input
.foo, .boo h1 {
/* declarations */
}
Example output
#scope .foo, #scope .boo h1 {
/* declarations */
}
Installation
npm install scopify-cli -g
Usage (from the command line)
scopify-cli '#scope'