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
- Host: GitHub
- URL: https://github.com/gitbookio/plugin-styles-sass
- Owner: GitbookIO
- License: apache-2.0
- Created: 2015-11-03T08:52:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T09:03:08.000Z (over 9 years ago)
- Last Synced: 2025-04-17T06:45:59.353Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 9
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
}
```