top | item 46417756

(no title)

rasso | 2 months ago

This is how you can set default styles for all your custom elements:

    :where(:not(:defined)) {
         display: block;
    }

discuss

order

adzm|2 months ago

Amazing, I was literally just trying to see if I could figure out how to do this. Thanks!