Skip to content
  • Federico Mena Quintero's avatar
    Trait method Parse::parse() takes a cssparser now, not a &str · 148070ab
    Federico Mena Quintero authored
    We add a Parse::parse_str() default implementation, and use that
    where parse() was used previously.
    
    Removed make_property's newtype_from_str since I couldn't make it work
    by slicing a cssparser::Parser; instead, implement Parse for the inner
    type of the properties that were done that way, and use newtype_parse.
    148070ab