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