Class | Sass::Script::Tree::Literal |
In: |
lib/sass/script/tree/literal.rb
|
Parent: | Node |
The parse tree node for a literal scalar value. This wraps an instance of {Sass::Script::Value::Base}.
List literals should use {ListLiteral} instead.
value | [R] |
The wrapped value.
@return [Sass::Script::Value::Base] |