Module Compass::SassExtensions::Functions::Lists
In: lib/compass/sass_extensions/functions/lists.rb

Methods

Public Instance methods

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.

Returns the size of the list.

Get the nth value from a list

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.

Returns true when the object is false, an empty string, or an empty list

Returns a new list after removing any non-true values

returns the first value of a space delimited list.

removes the given values from the list.

Protected Instance methods

[Validate]