haml--haml/test/sass/templates
Garry Hill 5ddd661ba4 mixins can now be brought in from an external include file 2008-04-16 19:38:45 -07:00
..
subdir Added support for nested Sass subdirectories. Credit goes to Robin Ward! 2007-05-03 09:04:20 +00:00
_partial.sass Sass "partials" can be used - starting a Sass filename with an underscore means it won't be rendered, and can be imported without the underscore. 2007-08-28 05:33:57 +00:00
alt.sass Broaden the alternate attribute syntax for Sass. 2007-06-28 08:43:09 +00:00
basic.sass Getting rid of %h1 etc. 2006-12-18 02:05:46 +00:00
bork.sass Testing for undefined constant error. 2006-12-23 09:45:05 +00:00
bork2.sass Forgot to add a whole bunch of files. 2007-03-25 19:07:16 +00:00
compact.sass Better nested comment formatting. 2007-12-07 20:30:36 +00:00
complex.sass Allow loud comments to appear beneath nested attributes. Thanks to Hrvoje Marjanovic for pointing this out. 2007-12-07 20:09:16 +00:00
compressed.sass Adding a :compressed style for Sass, wherein all extraneous whitespace is removed. Idea thanks to pimpmaster, code thanks to Thomas Brian. 2007-09-07 09:00:58 +00:00
constants.sass More stuff for constant-as-operator handling. The constant !important is now by default the string "!important". 2007-11-23 14:49:54 +00:00
expanded.sass Better nested comment formatting. 2007-12-07 20:30:36 +00:00
import.sass mixins can now be brought in from an external include file 2008-04-16 19:38:45 -07:00
importee.sass mixins can now be brought in from an external include file 2008-04-16 19:38:45 -07:00
mixins.sass changed mixin definition character from '-' to '=' 2008-04-16 19:38:29 -07:00
multiline.sass add failing tests for complex multiline selectors 2008-03-25 11:27:05 +02:00
nested.sass Better nested comment formatting. 2007-12-07 20:30:36 +00:00
parent_ref.sass Sass: "&:foo, bar" in a selector is the same as "&:foo, & bar". 2007-06-22 20:03:56 +00:00