Property and variable declarations. We want to keep track of the line number so we don't space out the variables too much in the generated Sass.
# File lib/sass/less.rb, line 59 def build_with_sass(env) build_without_sass(env) env.rules.last.src_line = input.line_of(interval.first) end