Method: Sass::Script::Value::Base#separator
- Defined in:
- lib/sass/script/value/base.rb
permalink #separator ⇒ Symbol
Returns the separator for this value. For non-list-like values or the
empty list, this will be nil
. For lists or maps, it will be :space
or
:comma
.
193 |
# File 'lib/sass/script/value/base.rb', line 193
def separator; nil; end
|