Less
Install
You need to install the @rsbuild/plugin-less plugin:
Configuration
Add the plugin in addfox.config.ts:
Usage
After installing and configuring, you can create and import .less files directly:
Notes
- For content scripts, prefer prefixed class names to avoid style leakage to host pages
- The plugin automatically handles Less file compilation and imports

