docusaurus-plugin-less-hash
v0.0.2
Published
Provides support for Less to Docusaurus v2.
Downloads
2
Maintainers
Readme
Getting Started
Install
docusaurus-plugin-less-hash
:npm i -S docusaurus-plugin-less-hash
or
yarn add docusaurus-plugin-less-hash
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 }], // ... }
Write and import your stylesheets in Less as normal.