In Files

Methods

Class Index [+]

Quicksearch

Less::StyleSheet::Accessor1

Attribute accessors. Sass just flat-out doesn’t support these, so we print a warning to that effect and compile them to comments.

Public Instance Methods

build(env) click to toggle source
    # File lib/sass/less.rb, line 88
88:       def build(env)
89:         Haml::Util.haml_warn WARNING: Sass doesn't support attribute accessors.Ignoring #{text_value}
90:         Node::Anonymous.new("/* #{text_value} */")
91:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.