Introduce #[css(comma)]

This commit is contained in:
Anthony Ramine 2017-07-11 15:55:02 +02:00
parent ec289fbe6a
commit a3af32155f
3 changed files with 43 additions and 34 deletions

View file

@ -8,8 +8,7 @@ use app_units::Au;
use cssparser::Parser;
use parser::ParserContext;
use properties::animated_properties::Animatable;
use std::fmt;
use style_traits::{ToCss, ParseError};
use style_traits::ParseError;
/// A generic value for the `initial-letter` property.
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]