compass/test
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
..
fixtures/default/templates Backward Incompatible Change: Removed unnecessary html/body scoping for reset rules and made reset.sass a standalone stylesheet. 2008-10-03 08:23:30 -07:00
compass_test.rb Initial Checkin of Compass. Used to be Blueprint-Sass. 2008-08-23 10:00:46 -07:00
sass_extensions_test.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
test_helper.rb Initial Checkin of Compass. Used to be Blueprint-Sass. 2008-08-23 10:00:46 -07:00