Class: Sass::SCSS::SassParser

Inherits:
Parser
  • Object
show all
Defined in:
/var/www/sass-pages/.sass/lib/sass/scss/sass_parser.rb

Overview

A subclass of Parser that parses code in Sass documents using some SCSS constructs. This is necessary because SassScript in Sass supports !-style variables, whereas in SCSS it doesn’t.

Constant Summary

Methods inherited from Parser

#initialize, #parse, #parse_interp_ident

Methods included from RX

escape_ident

Constructor Details

This class inherits a constructor from Sass::SCSS::Parser