Files
Cloud-book/node_modules/gitbook-plugin-styles-less
2025-08-27 17:10:05 +08:00
..
2025-08-27 17:10:05 +08:00
2025-08-27 17:10:05 +08:00
2025-08-27 17:10:05 +08:00
2025-08-27 17:10:05 +08:00
2025-08-27 17:10:05 +08:00

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"
    }
}