Method: Sass::Script::Tree::StringInterpolation#after
- Defined in:
- lib/sass/script/tree/string_interpolation.rb
#after ⇒ StringInterpolation, Literal (readonly)
Returns The string literal or string interpolation before this interpolation.
14 15 16 |
# File 'lib/sass/script/tree/string_interpolation.rb', line 14
def after
@after
end
|