Using Sass with Sage
Install the @roots/bud-sass extension:
yarn add @roots/bud-sass --dev
If using stylelint you will need to configure it for sass:
module.exports = {
extends: [
'@roots/sage/stylelint-config',
'@roots/bud-sass/stylelint-config',
'@roots/bud-tailwindcss/stylelint-config',
],
}