Skip to content

Commit 0d8dd54

Browse files
authored
Drop obsolete layout.css.transition-behavior.enabled flag (#221)
There is no point in setting this flag to true when it's no longer doing anything, `transition-behavior` is now enabled unconditionally. Signed-off-by: Oriol Brufau <[email protected]>
1 parent 7f8df16 commit 0d8dd54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stylo_static_prefs/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ macro_rules! pref {
3333
("layout.css.stretch-size-keyword.enabled") => {
3434
true
3535
};
36-
("layout.css.transition-behavior.enabled") => {
37-
true
38-
};
3936
("layout.css.marker.restricted") => {
4037
true
4138
};

0 commit comments

Comments
 (0)