test/node_modules/gitbook-plugin-styles-sass-fix
2018-12-13 14:35:49 +01:00
..
.npmignore added new theme 2018-12-13 14:35:49 +01:00
index.js added new theme 2018-12-13 14:35:49 +01:00
LICENSE added new theme 2018-12-13 14:35:49 +01:00
package.json added new theme 2018-12-13 14:35:49 +01:00
README.md added new theme 2018-12-13 14:35:49 +01:00

SASS Stylesheets for GitBook

Note: This plugin is just a temporary fix for the original plugin: https://www.npmjs.com/package/gitbook-plugin-styles-sass ! The only thing I did was to raise the node-sass version, when the original version works again I will most likely delete this package again!

This plugin makes it easy to use SASS custom stylesheets instead of CSS for your book.

Add it to your book.json, with some custom stylesheets:

{
    "plugins": ["styles-sass"],
    "styles": {
        "pdf": "./styles/pdf.sass"
    }
}