suit-baze-scss-module
v1.1.1
Published
A module generator for Suit-baze SCSS modules
Downloads
2
Readme
Suit-baze SCSS module
A file generator to create SCSS module file for Suit-baze
Requirement:
- node v4+
Install and usage
npm i -g suit-baze-scss-module
Usage example
sm header
File _header.scss
will be created in dev/sass/modules
and file _modules.scss
will automatically import _header.scss
sm
will look for directory dev/sass/modules
so make sure to run this command where that directory placed.
Test
- Clone this repo to local machine
cd
into directory- run
npm i
- run
npm test