@adiwg/honkit-plugin-styles-sass

Use SASS stylesheets instead of CSS

Usage no npm install needed!

<script type="module">
  import adiwgHonkitPluginStylesSass from 'https://cdn.skypack.dev/@adiwg/honkit-plugin-styles-sass';
</script>

README

SASS Stylesheets for GitBook HonKit

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:

{
    "plugins": ["styles-sass"],
    "styles": {
        "pdf": "./styles/pdf.sass"
    }
}