An open API service indexing awesome lists of open source software.

https://github.com/gitbookio/plugin-styles-sass

SASS custom stylesheets instead of CSS
https://github.com/gitbookio/plugin-styles-sass

Last synced: over 1 year ago
JSON representation

SASS custom stylesheets instead of CSS

Awesome Lists containing this project

README

          

# 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:

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