Sass
Install
You need to install the @rsbuild/plugin-sass plugin:
Configuration
Add the plugin in addfox.config.ts:
Usage
After installing and configuring, you can create and import .scss files directly:
Notes
- If needed, use
*.module.scssfor CSS Modules style isolation - The plugin automatically handles Sass file compilation and imports

