dmp-sass

0.3.3 • Public • Published

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

Package Sidebar

Install

npm i dmp-sass

Weekly Downloads

1

Version

0.3.3

License

MIT

Last publish

Collaborators

  • jeroenkruis