Module Less::StyleSheet::Import1
In: lib/sass/less.rb

@import statements. Less handles these during parse-time, so we want to wrap them up as a node in the tree. We also include the nodes, though, since we want to have access to the mixins so we can tell if they take arguments or not. The included nodes are hidden so they don‘t appear in the output.

Methods

External Aliases

build -> build_without_sass

Public Instance methods

build(env)

Alias for build_with_sass

[Validate]