Class | Sass::SCSS::StaticParser |
In: |
lib/sass/scss/static_parser.rb
|
Parent: | Parser |
Parses the text as a selector.
@param filename [String, nil] The file in which the selector appears,
or nil if there is no such file. Used for error reporting.
@return [Selector::CommaSequence] The parsed selector @raise [Sass::SyntaxError] if there‘s a syntax error in the selector