-
david.bauer authored
Vite basically injects `@use "@/themes/imports.scss" as *;` for every scss entrypoint, so the imports for themes/imports.scss had to be removed everywhere. Several breaking changes in the SASS api also made it necessary to change some code. Also see: https://sass-lang.com/documentation/breaking-changes/
david.bauer authoredVite basically injects `@use "@/themes/imports.scss" as *;` for every scss entrypoint, so the imports for themes/imports.scss had to be removed everywhere. Several breaking changes in the SASS api also made it necessary to change some code. Also see: https://sass-lang.com/documentation/breaking-changes/
Loading