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

Comma-separated selectors. Less breaks these into completely separate nodes. Since we don‘t want this duplication in the Sass, we modify the production to keep track of the original group so we can reconstruct it later on.

Methods

External Aliases

build -> build_without_sass

Public Instance methods

build(env, method)

Alias for build_with_sass

[Validate]