snowpack-plugin-sass
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

snowpack-plugin-sass

Use the node-sass to build .sass/.scss files from source

Usage

Install

npm install --save-dev snowpack-plugin-sass

Config

add this plugin to your Snowpack config:

snowpack.config.json

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

or

{
  "plugins": [
    ["snowpack-plugin-sass", { /* node-sass options */ }]
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i snowpack-plugin-sass

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.38 kB

Total Files

9

Last publish

Collaborators

  • senze.fan