Closed mattpilott closed 2 months ago
I must be doing something wrong but using nesting syntax is not working.
This works:
.foo { color: red; & .bar { color: blue; } }
But this does not:
.foo { color: red; .bar { color: blue; } }
I can't see why this would be the case.
Here's a repro https://stackblitz.com/edit/sveltejs-kit-template-default-lgagqb?file=src%2Froutes%2F%2Bpage.svelte
Vite preprocess was not running, closing
I must be doing something wrong but using nesting syntax is not working.
This works:
But this does not:
I can't see why this would be the case.
Here's a repro https://stackblitz.com/edit/sveltejs-kit-template-default-lgagqb?file=src%2Froutes%2F%2Bpage.svelte