Class: Sass::Script::Tree::Literal
- Inherits:
-
Object
- Object
- Sass::Script::Tree::Literal
- Defined in:
- lib/scss_lint/sass/script.rb
Instance Method Summary collapse
-
#children ⇒ Object
Literals wrap their underlying values.
Instance Method Details
#children ⇒ Object
Literals wrap their underlying values. For sake of convenience, consider the wrapped value a child of the Literal.
73 74 75 |
# File 'lib/scss_lint/sass/script.rb', line 73 def children [value] end |