class Crass::Parser

def self.parse_properties(input, options = {})

5.3.6. http://dev.w3.org/csswg/css-syntax/#parse-a-list-of-declarations

See {Tokenizer#initialize} for _options_.

attribute) and returns a parse tree.
Parses CSS properties (such as the contents of an HTML element's `style`
def self.parse_properties(input, options = {})
  Parser.new(input, options).parse_properties
end