0.0.2 • Published 11 months ago

docusaurus-plugin-less-hash v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Getting Started

  1. Install docusaurus-plugin-less-hash:

    npm i -S docusaurus-plugin-less-hash

    or

    yarn add docusaurus-plugin-less-hash
  2. Add the plugin to your docusaurus.config.js:

    module.exports = {
    // ...
    + plugins: ["docusaurus-plugin-less-hash"],
    // ...
    }

    or with options:

    module.exports = {
    // ...
    + plugins: ["docusaurus-plugin-less-hash", { /* options */ sourceMap: false }],
    // ...
    }
  3. Write and import your stylesheets in Less as normal.

0.0.2

11 months ago

0.0.1

11 months ago