smaxxy
v1.0.6
Published
A simple workflow script for auto-generating SCSS partials according to the SMACSS convention
Downloads
1
Readme
#Smaxxy A simple workflow script for auto-generating SCSS partials according to SMACSS convention.
Smaxxy will generate a folder structure like so:
- ./scss/
- _resets.scss
- _base.scss
- _layout.scss
- _modules.scss
- _fonts.scss
- _variables.scss
- _utils.scss
- index.scss
- modules/
Smaxxy will also import all scss partials into the index.scss file.
#How to install:
npm i smaxxy -g
#How to use: in your terminal, navigate to the directory of your project and run the command:
smaxxy