We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bb92e commit d1f6cadCopy full SHA for d1f6cad
tools/drop-css-property-duplicates.js
@@ -86,6 +86,10 @@ const supersededBy = {
86
// https://drafts.csswg.org/css-color-hdr/#color-function
87
'css-color': 'css-color-hdr',
88
89
+ // CSS Gap Decorations supersedes CSS Multi-column layout
90
+ // https://drafts.csswg.org/css-gaps-1/#color-style-width
91
+ 'css-multicol': 'css-gaps',
92
+
93
// See note in https://svgwg.org/specs/strokes/#sotd
94
// "In the future, this specification will supersede the SVG 2 Stroke
95
// definition, however at this time the SVG 2 Stroke definition must be
0 commit comments