Method: Sass::Script::Interpolation#children

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

#childrenArray<Node>

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

Returns:

See Also:



49
50
51
# File 'lib/sass/script/interpolation.rb', line 49

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