JSPM

@roots/bud-sass

2.0.0-next.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4396
  • Score
    100M100P100Q140224F
  • License MIT

Adds sass support to Bud.

Package Exports

  • @roots/bud-sass

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@roots/bud-sass) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bud

MIT License Follow Roots

@roots/bud-sass

Overview

Adds sass support to @roots/bud projects.

Installation

yarn add @roots/bud-sass --dev

Usage

const {sass} = require('@roots/bud-stylelint')

bud.use([sass])

You should now be good to include .sass and .scss files in your project.

If you need to provide additional options to the sass-loader you can do so with the .sass() configuration function which this plugin attaches to bud.

bud.sass({
  sourceMaps: false,
})

Contributing

Contributions are welcome from everyone.

We have contributing guidelines to help you get started.

Bud sponsors

Help support our open-source development efforts by becoming a patron.

Community

Keep track of development and community news.