@farmfe/plugin-sass
Support Sass
for Farm.
Installation
- npm
- yarn
- pnpm
Usage
@farmfe/plugin-sass
is a Rust plugin, you only need to configure its package name in plugins
field in farm.config.ts
.
Options
additionalData
- Type:
string
Add extra content to the head of each sass
file, such as an @import '@/styles/variables.scss';
statement.