sass-itcss-generator
v1.2.0
Published
Tool to generate Sass files following ITCSS principles and BEM
Downloads
3
Readme
Sass ITCSS Generator
Node.js package to help generate Sass folders and files that I use.
Structure based from ITCSS and BEM
You can run it on the command line (replacing exampleFolder
with your Sass folder name):
npm sass-itcss-generator exampleFolder
Requirements
Install steps
- Clone repo
- Run
npm install
- Install the package by running
npm link
to link the package to your npm - You should be able to run
npm sass-itcss-generator name_of_folder