Namespace

Methods

Files

Less

Constants

MixedUnitsError
PathError
VariableNameError
MixinNameError
SyntaxError
ImportError
CompileError

Public Class Methods

parse(less) click to toggle source
    # File lib/less.rb, line 33
33:   def self.parse less
34:     Engine.new(less).to_css
35:   end
version() click to toggle source
    # File lib/less.rb, line 29
29:   def self.version
30:     File.read( File.join( File.dirname(__FILE__), '..', 'VERSION') ).strip
31:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.