Skip to content

dgrdl/gitbook-plugin-styles-stylus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.