Remix.run Logo
rasso 17 hours ago

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

    :where(:not(:defined)) {
         display: block;
    }
adzm 6 hours ago | parent [-]

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