Skip to content

Commit

Permalink
Enable relative color syntax (#107)
Browse files Browse the repository at this point in the history
Firefox has it enabled by default since version 128.

Signed-off-by: Oriol Brufau <[email protected]>
  • Loading branch information
Loirooriol authored Jan 8, 2025
1 parent 7e529e8 commit fbd6a14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style_static_prefs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit fbd6a14

Please sign in to comment.