6 ms·
This is how you can set default styles for all your custom elements: :where(:not(:defined)) { display: block; }
by rasso 9mo ago
This is how you can set default styles for all your custom elements:
:where(:not(:defined)) {
display: block;
}
- adzm 9mo agoAmazing, I was literally just trying to see if I could figure out how to do this. Thanks!