.. |
subdir
|
Support for relative Sass imports.
|
2008-10-02 23:43:34 -07: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
|
Switch Sass to a more flexible parsing model.
|
2008-08-04 01:00:32 -04: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 |
expanded.sass
|
Better nested comment formatting.
|
2007-12-07 20:30:36 +00:00 |
import.sass
|
Silence all the deprecation warnings in the unit tests.
|
2008-12-14 20:00:21 -08:00 |
importee.sass
|
Silence all the deprecation warnings in the unit tests.
|
2008-12-14 20:00:21 -08:00 |
line_numbers.sass
|
Add support for filenames in Sass line-number reporting.
|
2008-07-20 12:12:37 -04: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 |
script.sass
|
Silence all the deprecation warnings in the unit tests.
|
2008-12-14 20:00:21 -08:00 |
units.sass
|
Clean up some unit-handling stuff.
|
2008-09-30 18:15:08 -07:00 |