Method: Sass::Script::Tree::ListLiteral#separator
- Defined in:
- lib/sass/script/tree/list_literal.rb
permalink #separator ⇒ Symbol (readonly)
The operator separating the values of the list. Either :comma
or
:space
.
14 15 16 |
# File 'lib/sass/script/tree/list_literal.rb', line 14
def separator
@separator
end
|