From fbd6a1448bb699000ae18067ea1b455e4cce7c97 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Wed, 8 Jan 2025 09:13:20 -0800 Subject: [PATCH] Enable relative color syntax (#107) Firefox has it enabled by default since version 128. Signed-off-by: Oriol Brufau --- style_static_prefs/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style_static_prefs/src/lib.rs b/style_static_prefs/src/lib.rs index 1a36fc914..97c27c3ac 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.relative-color-syntax.enabled") => { + true + }; ("layout.css.stretch-size-keyword.enabled") => { true };