0.3.3 • Published 9 years ago

dmp-sass v0.3.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

dmp-sass

npm version dependency status

Get Sassy with dmp-sass for Documark!

This plugin adds support for Sass.

Usage

  1. Include the plugin in the front-matter section of the document.jade file

    plugins:
    	- dmp-sass
  2. Create a base.scss file inside assets/css/

  3. Get Sassy

Notes

Make sure you insert the plugin before the documark-page-meta plugin executes, otherwise the css will not be added to the document. Usually theme's for Documark will use this plugin. The code below serves as an example on how to accomplish this.

plugins:
	- dmp-sass
	- documark-theme-default
0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago