class Crass::Parser
def self.parse_properties(input, options = {})
See {Crass.parse} 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