haml--haml/test/sass/templates
Nathan Weizenbaum 2443c181ef Fix a SassScript parsing bug. 2008-06-15 00:43:03 -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
bork.sass
bork2.sass
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 Fix a SassScript parsing bug. 2008-06-15 00:43:03 -07: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 multi-line rules were broken for three or more selectors. Added test case and fix. 2008-04-28 11:20:35 -07: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