Method: Sass::Script::Tree::Interpolation#children

Defined in:
lib/sass/script/tree/interpolation.rb

#childrenArray<Node>

Returns the three components of the interpolation, before, mid, and after.

Returns:

See Also:

[View source]

99
100
101
# File 'lib/sass/script/tree/interpolation.rb', line 99

def children
  [@before, @mid, @after].compact
end