Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.26 KB

CSSPLIT

A CSS splitter that takes in your main.css file and splits into component specific css files


Usage   

forthebadge

License PRs Welcome

Usage

The script also allows following values from the commandline.

usage: cssplit -dir -css -ext -exclude

arguments:

-dir  Project Directory
-css  Path to CSS file
-ext  File extensions to parse example=.html,.jsx"
-exclude  Files to exclude

example

cssplit -dir ~/project -css ~/project/main.css -ext ".html,.jsx" -exclude "utils,lib"

Use It

Want to use it ?

Download the binary from the release page CSSplit

or clone the repo and compile it using

  $ cd project
  $ go build