This is a subclass of {Parser} for use in parsing plain CSS properties.
@private
# File lib/sass/script/css_parser.rb, line 13 13: def lexer_class; CssLexer; end
# File lib/sass/script/css_parser.rb, line 19 19: def string 20: return number unless tok = try_tok(:string) 21: return tok.value unless @lexer.peek && @lexer.peek.type == :begin_interpolation 22: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.