Hwaro::Assets::Sass::Ast::VarRef
Inherits Reference / Object
A $name / ns.$name reference. lexeme preserves the original
spelling so contexts that must not substitute variables (custom
property values) can restore the literal text.
Constructors
new(name : String, namespace : Nil | String, line : Int32, column : Int32)
SourceInstance methods
column
Sourcelexeme
Sourceline
Sourcename
Sourcenamespace
Source