Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chrisblakley opened this issue Jul 25, 2023 · 1 comment
Open
Labels
Frontend (Style) Related to the client-side CSS (or Sass)
Milestone

Comments

@chrisblakley
Copy link
Owner

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 chrisblakley added the Frontend (Style) Related to the client-side CSS (or Sass) label Jul 25, 2023
@chrisblakley chrisblakley added this to the 12.0 Flame milestone Jul 25, 2023
@chrisblakley chrisblakley changed the title Watch for CSS nesting to be supported [🟥 awaiting full support] Watch for CSS nesting to be supported [🟧 nearing firefox support] Aug 21, 2023
@chrisblakley chrisblakley changed the title Watch for CSS nesting to be supported [🟧 nearing firefox support] Watch for CSS nesting to be supported [🟨 nearing firefox support] Aug 21, 2023
@chrisblakley chrisblakley changed the title Watch for CSS nesting to be supported [🟨 nearing firefox support] Watch for CSS nesting to be supported [🟩 fully supported now] Aug 29, 2023
@chrisblakley
Copy link
Owner Author

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

@chrisblakley chrisblakley modified the milestones: 12.0 Flame, 13.0 Bubble May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend (Style) Related to the client-side CSS (or Sass)
Projects
Development

No branches or pull requests

1 participant