this post was submitted on 16 Nov 2023
3 points (100.0% liked)

CSS

462 readers
1 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] guy@lemmy.world 1 points 10 months ago* (last edited 10 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