Method: Sass::Script::Value::Base#separator

Defined in:
lib/sass/script/value/base.rb

#separatorSymbol

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.

Returns:

  • (Symbol)
[View source]

193
# File 'lib/sass/script/value/base.rb', line 193

def separator; nil; end