Skip to content

Commit

Permalink
Allow parsing transition-behavior value in transition shorthand (#85
Browse files Browse the repository at this point in the history
)

In #84 I forgot to enable the pref, so the shorthand was still rejecting
`transition-behavior` values.

Signed-off-by: Oriol Brufau <[email protected]>
  • Loading branch information
Loirooriol authored Oct 25, 2024
1 parent e3406b4 commit 789ab89
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 @@ -27,6 +27,9 @@ macro_rules! pref {
("layout.css.stretch-size-keyword.enabled") => {
true
};
("layout.css.transition-behavior.enabled") => {
true
};
($string:literal) => {
false
};
Expand Down

0 comments on commit 789ab89

Please sign in to comment.