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