Skip Navigation

CSS nesting relaxed syntax update - Chrome for Developers

1
1 comments
  • 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