1.0.7 • Published 3 years ago

snowpack-plugin-less v1.0.7

Weekly downloads
727
License
MIT
Repository
github
Last release
3 years ago

snowpack-plugin-less

Use the Less compiler to build .less files from source

Usage

Install

npm install --save-dev snowpack-plugin-less

Config

add this plugin to your Snowpack config:

snowpack.config.json

{
  "plugins": [
    "snowpack-plugin-less"
  ]
}

Use Custom Less Compile Options

snowpack.config.js

const path = require("path");

module.exports = {
  // ...another config
  "plugins": [
    [
      "snowpack-plugin-less",
      { /* less render options */ }
    ]
  ]
}
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago