Methods

Class/Module Index [+]

Quicksearch

Nanoc3::Filters::Less

Public Instance Methods

run(content, params={}) click to toggle source

Runs the content through [LESS](lesscss.org/). This method takes no options.

@param [String] content The content to filter

@return [String] The filtered content

# File lib/nanoc3/filters/less.rb, line 11
def run(content, params={})
  require 'less'

  ::Less::Engine.new(content).to_css
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.