Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Tenzer/beetle-sass

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Beetle-Sass

SASS rendering for the Beetle static site generator.

This plugin both works as a content renderer plugin and an includer handler, so any .sass or .scss files in your content or include folder will be rendered to CSS files when this plugin is enabled.

Note however that you need to specify the destination file name in the YAML for a SASS file in the content folder, where as files in the include folder simply will have their file extension replaced with .css.

You can specify one extra argument to the plugin in your config.yaml file: output_style which is then sent to the SASS compiler to specify how you want it to output the final CSS. If you for instance want a compressed/minified output you should add output_style: compressed to your configuration file. The available options are nested (the default), expanded, compact and compressed.

About

Sass intepreter for the static site generator, Beetle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages