Class Index [+]

Quicksearch

Sass::Script::CssParser

This is a subclass of {Parser} for use in parsing plain CSS properties.

@see Sass::SCSS::CssParser

Private Instance Methods

lexer_class() click to toggle source

@private

    # File lib/sass/script/css_parser.rb, line 13
13:       def lexer_class; CssLexer; end
paren() click to toggle source
Alias for: string
string() click to toggle source
    # 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
Also aliased as: paren

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.