In Files

Class/Module Index [+]

Quicksearch

Less::StyleSheet::Declaration3

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.

Public Instance Methods

build(env) click to toggle source
Also aliased as: build_without_sass
Alias for: build_with_sass
build_with_sass(env) click to toggle source
# 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
Also aliased as: build
build_without_sass(env) click to toggle source
Alias for: build

[Validate]

Generated with the Darkfish Rdoc Generator 2.