Method: Sass::Script::Value::List#separator

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

#separatorSymbol (readonly)

The operator separating the values of the list. Either :comma or :space.

Returns:

  • (Symbol)

15
16
17
# File 'lib/sass/script/value/list.rb', line 15

def separator
  @separator
end