haml--haml/test/sass/templates
nex3 3e761f04ce Adding a :compressed style for Sass, wherein all extraneous whitespace is removed. Idea thanks to pimpmaster, code thanks to Thomas Brian.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@602 7063305b-7217-0410-af8c-cdc13e5119b9
2007-09-07 09:00:58 +00: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 Forgot to add testing templates. 2007-02-06 03:54:51 +00:00
complex.sass Added new "foo: bar" Sass syntax. Patch by Jonah Fox (aka Weepy) - thanks! 2007-05-03 08:46:02 +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 Sass has a unary minus! Yay! 2007-06-25 08:00:21 +00:00
expanded.sass Forgot to add testing templates. 2007-02-06 03:54:51 +00:00
import.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
importee.sass Forgot to add a whole bunch of files. 2007-03-25 19:07:16 +00:00
nested.sass Fixed erroneous indentation of output for attribute-less Sass rules. 2007-03-17 10:24:43 +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