css-classname-extractor
v1.0.6
Published
extract classname from css file
Downloads
10
Readme
css-classnames-extractor
Follow the below steps to extract ClassNames alone from your css file :
1) Place your .css file at the root of your project.
2) Install the command : npm i css-classname-extractor
3) Import and pass the relative path of your css file with respect to root of your folder, to the imported method from npm.
In the above case path="build.css"
if the css file is placed within a folder :
path="folder/build.css"
Happy coding ! :')