gitbook-plugin-styles-less
v1.0.0
Published
Use LESS stylesheets instead of CSS
Downloads
26
Readme
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:
{
"plugins": ["styles-less"],
"styles": {
"pdf": "./styles/pdf.less"
}
}