public
Rubygem
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
Search Repo:
Strip line break at the beginning of generated Sass
tmm1 (author)
Tue Apr 29 16:52:35 -0700 2008
commit  6f40855ed1156f4da92e6059c2ff4982b4e999e8
tree    997fb1e49ac56fdf27544a5b4e6b4d47372a89d8
parent  7bde632af86d78c9b19edc330cb0e684de78c278
...
103
104
105
106
 
107
108
109
...
103
104
105
 
106
107
108
109
0
@@ -103,7 +103,7 @@
0
     # containing the CSS template.
0
     def render
0
       begin
0
- build_tree.to_sass(@@options)
0
+ build_tree.to_sass(@@options).lstrip
0
       rescue Exception => err
0
         line = @template.string[0...@template.pos].split("\n").size
0
 

Comments

    No one has commented yet.