Class: Sass::Script::Tree::Literal

Inherits:
Object
  • Object
show all
Defined in:
lib/scss_lint/sass/script.rb

Instance Method Summary collapse

Instance Method Details

#childrenObject

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