Skip to content

pazams/scopify-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

postcss-scopify command line interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published