this post was submitted on 16 Nov 2023
5 points (85.7% liked)

CSS

477 readers
1 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 11 months ago* (last edited 11 months ago)

Nice, here I learn that we already finally had nesting in CSS!

And this relaxation change is a good one.

Now, if only we can get support for:

.card {
  &--header {
    /* is not equal to ".card--header" in CSS, but is in SCSS and LESS */
  }
}

Edit: Lemmy broke, that should just be an ampersand in the code