Template
Lessscss template implementation. See: lesscss.org/
Less templates do not support object scopes, locals, or yield.
# File lib/tilt/less.rb, line 33 def allows_script? false end
# File lib/tilt/less.rb, line 29 def evaluate(scope, locals, &block) @output ||= @engine.to_css(options) end
Generated with the Darkfish Rdoc Generator 2.