chrisblakley / Nebula

Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistently, yet its deliberately uncomplicated code syntax also serves as a learning resource for programmers themselves.
https://nebula.gearside.com
GNU General Public License v2.0
141 stars 36 forks source link

Watch for CSS nesting to be supported [🟩 fully supported now] #2258

Open chrisblakley opened 1 year ago

chrisblakley commented 1 year ago

Copying over from #1830 to give it its own issue.

https://cssdb.org/#nesting-rules

article {
  & p {
    color: #333;
  }
}

Nesting on caniuse.com: https://caniuse.com/css-nesting

Screen Shot 2023-07-25 at 8 32 01 AM

Waiting for Firefox version 117

chrisblakley commented 1 year ago

Firefox 117 was just released today so native CSS nesting is now fully supported across all major browsers.