1.0.6 • Published 5 years ago

smaxxy v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

#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

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.3

5 years ago