Module Sass::SCSS
In: lib/sass/scss/parser.rb
lib/sass/scss/static_parser.rb
lib/sass/scss/rx.rb
lib/sass/scss/css_parser.rb
lib/sass/scss.rb

SCSS is the CSS syntax for Sass. It parses into the same syntax tree as Sass, and generates the same sort of output CSS.

This module contains code for the parsing of SCSS. The evaluation is handled by the broader {Sass} module.

Methods

catch_error   deprefix   err   expected   expected   expr!   rethrow   throw_error   tok   tok!   tok?  

Classes and Modules

Module Sass::SCSS::RX
Class Sass::SCSS::CssParser
Class Sass::SCSS::Parser
Class Sass::SCSS::StaticParser

Constants

NEWLINE = "\n"   Avoid allocating lots of new strings for `tok`. This is important because `tok` is called all the time.

Public Class methods

Public Instance methods

Remove a vendor prefix from `str`.

[Validate]