1.0.1 • Published 7 years ago

gitbook-plugin-styles-stylus v1.0.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

Stylus Stylesheets for GitBook

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

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

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

NOTE: This is a port of gitbook-plugin-styles-sass for stylus.