New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

docusaurus-plugin-less

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docusaurus-plugin-less

Provides support for Less to Docusaurus v2.

latest
Source
npmnpm
Version
2.0.2
Version published
Weekly downloads
5.4K
-57.27%
Maintainers
1
Weekly downloads
 
Created
Source

docusaurus-plugin-less

Provides support for Less to Docusaurus v2

GitHub License

Getting Started

  • Install docusaurus-plugin-less:

    npm i -S docusaurus-plugin-less
    

    or

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

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

    or with options:

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

Keywords

docusaurus

FAQs

Package last updated on 12 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts