Questions about style import of scss+svelte+astro #6551
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
feat: styling
Related to styles (scope)
What version of
astro
are you using?latest
Are you using an SSR adapter? If so, which one?
none
What package manager are you using?
npm
What operating system are you using?
Windows
What browser are you using?
Chrome
Describe the Bug
1.How to import
base.scss
globally,I want to use@include
or@extend
2.if the import is displayed,I use
@import '$styles/variables.scss';
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-v55sfg?file=src/components/Test.svelte
Participation
The text was updated successfully, but these errors were encountered: