compass/lib
Chris Eppstein 39265bafc3 Added a Sass Function called nest that performs a nesting operation on (possibly) comma delimited selectors and emits the result as a string.
For example:

nest(".foo", "a, em, b")

would render:

.foo a, .foo em, .foo b

The nest function can take any number of arguments and each argument can have any number of comma-delimited selectors.
2008-11-29 01:08:07 -08:00
..
compass Added a compass command-line option to watch a project and automatically recompile when it changes. Use compass --watch. 2008-11-04 11:55:57 -08:00
compass.rb Added a Sass Function called nest that performs a nesting operation on (possibly) comma delimited selectors and emits the result as a string. 2008-11-29 01:08:07 -08:00
sass_extensions.rb Added a Sass Function called nest that performs a nesting operation on (possibly) comma delimited selectors and emits the result as a string. 2008-11-29 01:08:07 -08:00