Module: Sass::SCSS

Defined in:
lib/sass/scss.rb,
lib/sass/scss/rx.rb,
lib/sass/scss/parser.rb,
lib/sass/scss/css_parser.rb,
lib/sass/scss/static_parser.rb

Overview

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.

Defined Under Namespace

Modules: RX Classes: CssParser, Parser, StaticParser