suit-baze-scss-module
v1.1.1
Published
A module generator for Suit-baze SCSS modules
Downloads
9
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-moduleUsage example
sm headerFile _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
cdinto directory- run
npm i - run
npm test
