diff --git a/style_static_prefs/src/lib.rs b/style_static_prefs/src/lib.rs index e5fcec111..59f8088e7 100644 --- a/style_static_prefs/src/lib.rs +++ b/style_static_prefs/src/lib.rs @@ -24,6 +24,9 @@ macro_rules! pref { ("layout.css.basic-shape-xywh.enabled") => { true }; + ("layout.css.stretch-size-keyword.enabled") => { + true + }; ($string:literal) => { false };