UNPKG

@roots/sage

Version:

@roots/sage preset for @roots/bud

22 lines (17 loc) 425 B
--- title: Using with sass --- Install the [@roots/bud-sass extension](https://bud.js.org/extensions/bud-sass): ```sh npm2yarn yarn add @roots/bud-sass --dev ``` If using stylelint you will need to configure it for sass: ```ts file="stylelint.config.cjs" module.exports = { extends: [ '@roots/sage/stylelint-config', '@roots/bud-sass/stylelint-config', '@roots/bud-tailwindcss/stylelint-config', ], } ```