1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/lib
Nathan Weizenbaum 5ca0f21a6c haml_tag should only close elements that are listed as autoclose.
E.g. we want

  haml_tag :br #=> "<br />\n"

but

  haml_tag :p #=> "<p>\n</p>\n"
2008-04-11 09:44:15 -07:00
..
haml haml_tag should only close elements that are listed as autoclose. 2008-04-11 09:44:15 -07:00
sass Mixin patch for Sass. 2008-04-09 13:09:34 -07:00
haml.rb Make sure revision version information is preserved when installing Haml as a gem. 2008-04-10 22:55:14 -07:00
sass.rb Mixin patch for Sass. 2008-04-09 13:09:34 -07:00