Method: Sass::Script::Tree::StringInterpolation#before

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

#beforeLiteral (readonly)

Returns The string literal before this interpolation.

Returns:

  • (Literal)

    The string literal before this interpolation.


7
8
9
# File 'lib/sass/script/tree/string_interpolation.rb', line 7

def before
  @before
end