DB
ALPHA

Are CSS layers going to change the way we structure our stylesheets?

@layer at-rule adds new layers to the usual cascade, opening up new possibilities for organizing CSS

@layer test {
background-color: lightcoral;
}

to be continued…