Skip to content

Commit

Permalink
style: Use shortest serialization for computed text-emphasis-style too.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Aug 15, 2019
1 parent 0844439 commit 566f1ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/style/values/computed/text.rs
Expand Up @@ -203,6 +203,7 @@ impl TextDecorationsInEffect {
pub enum TextEmphasisStyle {
/// [ <fill> || <shape> ]
Keyword {
#[css(skip_if = "TextEmphasisFillMode::is_filled")]
fill: TextEmphasisFillMode,
shape: TextEmphasisShapeKeyword,
},
Expand Down

0 comments on commit 566f1ea

Please sign in to comment.