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 d3782a9 commit ee0b989Copy full SHA for ee0b989
1 file changed
stylo_static_prefs/src/lib.rs
@@ -45,6 +45,9 @@ macro_rules! pref {
45
("layout.css.gradient-color-interpolation-method.enabled") => {
46
true
47
};
48
+ ("layout.css.contrast-color.enabled") => {
49
+ true
50
+ };
51
($string:literal) => {
52
false
53
0 commit comments