Skip to content

Commit fbd6a14

Browse files
authored
Enable relative color syntax (#107)
Firefox has it enabled by default since version 128. Signed-off-by: Oriol Brufau <[email protected]>
1 parent 7e529e8 commit fbd6a14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

style_static_prefs/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ macro_rules! pref {
2424
("layout.css.basic-shape-xywh.enabled") => {
2525
true
2626
};
27+
("layout.css.relative-color-syntax.enabled") => {
28+
true
29+
};
2730
("layout.css.stretch-size-keyword.enabled") => {
2831
true
2932
};

0 commit comments

Comments
 (0)