0.4.0 • Published 9 years ago

scopify-cli v0.4.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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'
0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago