Skip to content

Commit ba0c349

Browse files
authored
Ignore system color variables for accent-color and column-rule-color (#2446)
1 parent 787ffe5 commit ba0c349

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test-builder/css.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ const buildPropertyTests = async (specCSS, customCSS) => {
251251
"skewX",
252252
"skewY",
253253
],
254+
// https://github.com/openwebdocs/mdn-bcd-collector/issues/2381
255+
"accent-color": ["<color>"],
256+
"column-rule-color": ["<color>"],
254257
};
255258

256259
const propertyValues = remapPropertyValues(

0 commit comments

Comments
 (0)