dmp-sass


> 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
``yaml
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.
`yaml
plugins:
- dmp-sass
- documark-theme-default
``