style: Move some parsing-only attributes to use #[parse(..)] instead of #[css(..)].

I need to admit I'm ambivalent about this one :).

Bug: 1466609
Reviewed-by: xidorn
MozReview-Commit-ID: F1jlfnQKXwo
This commit is contained in:
Emilio Cobos Álvarez 2018-06-04 19:24:43 +02:00
parent 8821ad72f4
commit 2c0a19e517
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
8 changed files with 39 additions and 29 deletions

View file

@ -234,8 +234,6 @@ pub struct CssVariantAttrs {
pub comma: bool,
pub dimension: bool,
pub keyword: Option<String>,
pub aliases: Option<String>,
pub parse_condition: Option<Path>,
pub skip: bool,
}