Skip to content

Commit

Permalink
Chrome 112+ can now use CSS nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Mar 25, 2023
1 parent 366b632 commit 8362c37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/compat/css_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ var cssTable = map[CSSFeature]map[Engine][]versionRange{
Safari: {{start: v{14, 1, 0}}},
},

// This isn't supported anywhere right now: https://caniuse.com/css-nesting
Nesting: {},
// Data from: https://caniuse.com/css-nesting
Nesting: {
Chrome: {{start: v{112, 0, 0}}},
},
}

// Return all features that are not available in at least one environment
Expand Down

0 comments on commit 8362c37

Please sign in to comment.