Class Sass::Supports::Interpolation
In: lib/sass/supports.rb
Parent: Condition

An interpolation condition (e.g. `#{$var}`).

Methods

deep_copy   new   options=   perform   to_css   to_src  

Attributes

resolved_value  [RW]  The value of the expression after it‘s been resolved. Only set once \{Tree::Visitors::Perform} has been run.

@return [String]

value  [RW]  The SassScript expression in the interpolation.

@return [Sass::Script::Tree::Node]

Public Class methods

Public Instance methods

[Validate]