Module | Compass::SassExtensions::Functions::Lists |
In: |
lib/compass/sass_extensions/functions/lists.rb
|
Returns a list object from a value that was passed. This can be used to unpack a space separated list that got turned into a string by sass before it was passed to a mixin.
If the argument is a list, it will return a new list that is space delimited Otherwise it returns a new, single element, space-delimited list.