varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.53k stars 68 forks source link

Support CSS layers #524

Closed bitspittle closed 2 months ago

bitspittle commented 5 months ago

If possible, it would be nice to give users a way to resolve rare but frustrating CSS specificity issues.

See also:

First step would be making sure we can even do this, since at the moment, the stylesheet code is provided by Compose HTML and it might be hard to add layer support to it.