Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 293 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 293 Bytes

SASS Stylesheets for GitBook HonKit

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