Skip to content

Commit ee0b989

Browse files
authored
add layout.css.contrast-color.enabled to static prefs (#283)
Signed-off-by: webbeef <me@webbeef.org>
1 parent d3782a9 commit ee0b989

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stylo_static_prefs/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ macro_rules! pref {
4545
("layout.css.gradient-color-interpolation-method.enabled") => {
4646
true
4747
};
48+
("layout.css.contrast-color.enabled") => {
49+
true
50+
};
4851
($string:literal) => {
4952
false
5053
};

0 commit comments

Comments
 (0)