Class | Sass::Script::ArgList |
In: |
lib/sass/script/arg_list.rb
|
Parent: | List |
A SassScript object representing a variable argument list. This works just like a normal list, but can also contain keyword arguments.
The keyword arguments attached to this list are unused except when this is passed as a glob argument to a function or mixin.