Class: Sass::Script::CssLexer

Inherits:
Lexer
  • Object
show all
Defined in:
/Users/ceppstei/Projects/sass-lang/.sass/lib/sass/script/css_lexer.rb

Overview

This is a subclass of Lexer for use in parsing plain CSS properties.

See Also:

Constant Summary

Method Summary

Methods inherited from Lexer

#after_interpolation?, #char, #done?, #expected!, #initialize, #line, #next, #offset, #peek, #str, #unpeek!, #whitespace?

Methods included from Sass::SCSS::RX

escape_ident

Constructor Details

This class inherits a constructor from Sass::Script::Lexer