_variables.scss — colors, fonts, and other variables
_overrides.scss — style overrides
_fonts.scss — font declarations
Files compile automatically on save. Check the Problems panel in VS Code for any SCSS compilation errors.
4. Preview Your Changes
Click the Preview (globe) button in the Overrides panel toolbar. This compiles your SCSS and opens the staging site in your browser with your local CSS injected.
The extension runs a local server (starting at port 5050) to serve your compiled CSS to the staging site.
5. Push Changes
When you're happy with your changes, click the Push Changes (up arrow) button in the Overrides panel toolbar. This packages your workspace files and uploads them to the CarCloud server.