1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

32 commits

Author SHA1 Message Date
Mislav Marohnić
1e838f74b6 properly indent a bunch of code samples 2008-05-03 02:25:48 -07:00
Nathan Weizenbaum
ea96ab9816 Correct the docs for how to make Sass work with Merb. 2008-05-03 01:02:28 -07:00
Garry Hill
62b4cbf6c2 changed mixin definition character from '-' to '=' 2008-04-16 19:38:29 -07:00
Garry Hill
917bd658c5 Mixin patch for Sass. 2008-04-09 13:09:34 -07:00
Nathan Weizenbaum
84fdde13a5 Get rid of trailing whitespace. 2008-04-07 23:09:17 -07:00
Nathan Weizenbaum
7320563032 Document Sass @-rules. 2008-02-29 16:12:10 -08:00
Nathan Weizenbaum
ec4c08716e Add an ||= optional-assignment operator for Sass. 2008-02-29 13:18:52 -08:00
nex3
ce85654877 Added documentation for a few undocumented features. Thanks to Hrvoje Marjanovic for pointing this out.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@688 7063305b-7217-0410-af8c-cdc13e5119b9
2007-12-10 20:54:49 +00:00
nex3
8998606c7b Updated docs reflecting the new way to install Haml and Sass in Rails and Merb.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@619 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-18 09:19:21 +00:00
nex3
c1b21a2d75 Merb handler for Sass. This includes a pretty major restructuring of Sass::Plugin to factor out the Rails-specific code.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@616 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-17 19:55:26 +00:00
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
nex3
5ff6c187ea Sass stylesheet_needs_update? logic checks @imported stylesheets for changes as well.
Also, added a :never_update option because Sass now might take a while to check update neccessity.


git-svn-id: svn://hamptoncatlin.com/haml/trunk@599 7063305b-7217-0410-af8c-cdc13e5119b9
2007-09-02 01:48:25 +00:00
nex3
25d671729c Can force Sass attribute syntax by setting the :attribute_syntax option.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@582 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-11 23:13:43 +00:00
nex3
b83cbfa3b3 Added multiline selector support to Sass. Thanks to Max Muermann for pointing this out.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@579 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-10 05:21:56 +00:00
nex3
22c471a729 Fixing doc error. Thanks, Evgeny and Mislav!x
git-svn-id: svn://hamptoncatlin.com/haml/trunk@571 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-24 01:18:02 +00:00
nex3
5b07f0751a Same docfix in trunk. Thanks, Benoit Caccinolo!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@550 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-10 01:09:07 +00:00
nex3
cc654e0890 Added new "foo: bar" Sass syntax. Patch by Jonah Fox (aka Weepy) - thanks!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@499 7063305b-7217-0410-af8c-cdc13e5119b9
2007-05-03 08:46:02 +00:00
nex3
5083bf174d Fixed a bug in the Sass docs in trunk.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@463 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-30 19:01:47 +00:00
nex3
31387be9f9 Documentation for Sass :load_paths option.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@450 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-25 09:44:36 +00:00
nex3
d4a6ff1bd2 Documentation for Sassy import.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@449 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-25 08:39:51 +00:00
nex3
432f841d30 Added support for CSS comments, using /* syntax.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@435 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 23:34:26 +00:00
nex3
e8e0cf6408 Added support for normally-indented Sass comments.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@428 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 20:48:29 +00:00
nex3
989004d354 Ampersands in Sass selectors refer to the parent selectors.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@420 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 04:17:01 +00:00
nex3
660d273a3c Sass-constant colors expand properly, and HTML4 color literals are parsed.
Thanks to Tom Stuart.


git-svn-id: svn://hamptoncatlin.com/haml/trunk@416 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 02:03:10 +00:00
nex3
bbe5d5f475 Minor documentation fix (thanks to Tom Stuart). Also fixed the VERSION file in rel_1-5-0.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@415 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-16 19:19:28 +00:00
nex3
885570fea0 Various doc updates.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@387 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-01 06:13:15 +00:00
nex3
13b6de7a09 Er... what I meant was:
Added lots of :nodocs: and finished Sass reference.


git-svn-id: svn://hamptoncatlin.com/haml/trunk@385 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-01 05:56:20 +00:00
nex3
03c644e5a6 Added lots of :nodocs: and
git-svn-id: svn://hamptoncatlin.com/haml/trunk@384 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-01 05:52:47 +00:00
hcatlin
2a961008cc fixing a typo that was breaking stuff
git-svn-id: svn://hamptoncatlin.com/haml/trunk@382 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-28 19:27:55 +00:00
nex3
d5e28a98c2 Lots of Sass docs added, some Haml docs modified. Sass still needs documentation on constants and options.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@378 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-28 10:44:12 +00:00
nex3
64ee1f0dbb Moving Haml reference stuff to the Haml module and out of README.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@233 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-19 02:56:49 +00:00
nex3
b1ae8dc102 Forgot to actually add files.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@191 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 00:06:39 +00:00