wintersmith-sass-tabsdeprecated

sass plugin for wintersmith

Usage no npm install needed!

<script type="module">
  import wintersmithSassTabs from 'https://cdn.skypack.dev/wintersmith-sass-tabs';
</script>

README

wintersmith-sass-tabs

this repo is a fork of wintersmith-sass, modified to use .sass files instead of the newer .scss.

sass plugin for wintersmith

install:

npm install wintersmith-sass-tabs -g then add wintersmith-sass-tabs to your plugins in the wintersmith config

versioning:

If you are using wintersmith 1.0 please use version 0.1.3 else for wintersmith 2.0 please use version 0.2.*

usage:

wintersmith-sass-tabs requires the sass gem to be installed as it uses the sass cmd to compile the css files Please see sass for installation details

If you want to have sass output a compressed file, simply add a sass variable $compressed: true; to each .scss file you want compressed.

As per sass guidelines, all non partial .scss files will be parsed into a compiled css file and output. Partials, scss files beginning with _ (underscore) will be ignored unless imported.

contributors: mpdreamz bmac