smaxxy

A simple workflow script for auto-generating SCSS partials according to the SMACSS convention

Usage no npm install needed!

<script type="module">
  import smaxxy from 'https://cdn.skypack.dev/smaxxy';
</script>

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