GitbookIO / plugin-styles-sass

SASS custom stylesheets instead of CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SASS Stylesheets for GitBook

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"
    }
}

About

SASS custom stylesheets instead of CSS

License:Apache License 2.0


Languages

Language:JavaScript 100.0%