Skip to content

Commit 03b4263

Browse files
committed
enable property
Signed-off-by: Euclid Ye <[email protected]>
1 parent 29123c1 commit 03b4263

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stylo_static_prefs/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ macro_rules! pref {
4848
("layout.css.contrast-color.enabled") => {
4949
true
5050
};
51+
("layout.css.properties-and-values.enabled") => {
52+
true
53+
};
5154
($string:literal) => {
5255
false
5356
};

0 commit comments

Comments
 (0)