Files
2025-08-27 17:10:05 +08:00

16 lines
283 B
Markdown

# LESS Stylesheets for GitBook
This plugin makes it easy to use LESS custom stylesheets instead of CSS for your book.
Add it to your `book.json`, with some custom stylesheets:
```js
{
"plugins": ["styles-less"],
"styles": {
"pdf": "./styles/pdf.less"
}
}
```