style: Undo last minute serialization change so that I can land it with tests.

This commit is contained in:
Emilio Cobos Álvarez 2019-08-10 22:20:27 +02:00
parent 7f02662770
commit a9e914e3f0
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -203,7 +203,6 @@ impl TextDecorationsInEffect {
pub enum TextEmphasisStyle {
/// [ <fill> || <shape> ]
Keyword {
#[css(skip_if = "TextEmphasisFillMode::is_filled")]
fill: TextEmphasisFillMode,
shape: TextEmphasisShapeKeyword,
},