Skip to content

Commit a8cc501

Browse files
authored
Enable stretch keyword (#81)
In #79 we forgot to set the relevant pref to true. We will be adding support for these sizing keywords in Servo, so better enable it so that we can test that it works well. Signed-off-by: Oriol Brufau <[email protected]>
1 parent dd8d32c commit a8cc501

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.stretch-size-keyword.enabled") => {
28+
true
29+
};
2730
($string:literal) => {
2831
false
2932
};

0 commit comments

Comments
 (0)