# File lib/sass/tree/visitors/to_css.rb, line 102 def lstrip old_lstrip = @lstrip @lstrip = true yield ensure @lstrip &&= old_lstrip end