SASS support for CSS snippets?

I’ve been hacking some custom CSS together to make the UI a bit more tidy. Is there someway to have SASS supports for these snippets? Would make things much easier to maintain

Cheers

1 Like

What kind of SASS support are you looking for? What is it you want to achieve? It could be that CSS already offers adequate mechanisms.

Nesting primarily. And a quick google search later looks like CSS now supports it natively! I feel like a dinosaur. Thanks for the nudge @holroy

1 Like

Use case or problem

I’d like to have a more comfortable theme editing experience than having a single huge file instead of clean modules, and with a better syntax

Proposed solution

Support SASS natively with imports and cleaner syntax

Current workaround (optional)

There are manual alternatives, but then you lose the core benefit of having live reloads Mixing and Matching CSS Snippets with SASS
I’m sure there is a workaround (like watch) for that as well with custom cli tooling, but that raises the inconvenience of theme editing and requires previous knowledge of what’s possible, so reduces the number of people who can benefit from a better experience

Related feature requests (optional)

There are some suggestions

was closed due to “inactivity” so I can’t vote there