Skip to content

Commit

Permalink
Add new NestedDeclaration keys (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw authored Nov 4, 2024
1 parent 5d1238e commit c05ecc6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions features/nesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ description: CSS nesting allows for shorter selectors, easier reading, and more
spec: https://drafts.csswg.org/css-nesting-1/
group: css
caniuse: css-nesting
status:
compute_from: css.selectors.nesting
compat_features:
- api.CSSStyleRule.cssRules
- api.CSSStyleRule.deleteRule
- api.CSSStyleRule.insertRule
- api.CSSNestedDeclarations
- api.CSSNestedDeclarations.style
- css.selectors.nesting
9 changes: 9 additions & 0 deletions features/nesting.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ compat_features:
# safari: "17.2"
# safari_ios: "17.2"
- css.selectors.nesting

# baseline: false
# support:
# chrome: "130"
# chrome_android: "130"
# edge: "130"
# firefox: "132"
- api.CSSNestedDeclarations
- api.CSSNestedDeclarations.style

0 comments on commit c05ecc6

Please sign in to comment.