1.1.1 • Published 8 years ago
suit-baze-scss-module v1.1.1
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