Migrate Sass @import to @forward/@use
Created by: jedmund
Summary
- Convert
@importto@forwardinimports.scssandvariables.scss - Add
@use 'variables'tothemes.scssso it can reference variables under the module system - Remove redundant
@import '$styles/...'lines from 47 Svelte components (already auto-injected via ViteadditionalData) - Eliminates ~900 Sass
@importdeprecation warnings
Test plan
-
Verify pnpm run buildcompiles all SCSS without@importdeprecation warnings -
Verify pnpm run devstill renders all pages correctly -
Spot-check admin composer, photo views, and geo card styling