rstrip css2sass output.

This commit is contained in:
Nathan Weizenbaum 2008-09-05 12:36:50 -07:00
parent 21f261d3a7
commit 8d2c38c95c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ module Sass
# containing the CSS template.
def render
begin
build_tree.to_sass(@options).lstrip
build_tree.to_sass(@options).strip + "\n"
rescue Exception => err
line = @template.string[0...@template.pos].split("\n").size