| Class | Sass::Script::List |
| In: |
lib/sass/script/list.rb
|
| Parent: | Literal |
A SassScript object representing a CSS list. This includes both comma-separated lists and space-separated lists.
| value | -> | children |
| value | -> | to_a |
| separator | [R] |
The operator separating the values of the list. Either `:comma` or
`:space`.
@return [Symbol] |
| value | [R] |
The Ruby array containing the contents of the list.
@return [Array<Literal>] |