Class Less::Engine
In: lib/sass/less.rb
Parent: Object

The entry point to Less. By default Less doesn‘t preserve the filename of the file being parsed, which is unpleasant for error reporting. Our monkeypatch keeps it around.

Methods

External Aliases

initialize -> initialize_without_sass
parse -> parse_without_sass

Public Instance methods

initialize(obj, opts = {})
parse()

Alias for parse_with_sass

to_tree()

Alias for parse

[Validate]