Module Less::StyleSheet::Accessor1
In: lib/sass/less.rb
SassNode Engine Keyword FontFamily Anonymous Number Color Function Expression Variable Quoted Property Element Def Call lib/sass/less.rb lib/sass/less.rb lib/sass/less.rb Mixin Entity Node Selectors2 Import1 Accessor1 Declaration3 Alpha1 Entity Mixin4 StyleSheet Less dot/m_53_0.png

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

Methods

build  

Public Instance methods

[Source]

    # File lib/sass/less.rb, line 89
89:       def build(env)
90:         Haml::Util.haml_warn "WARNING: Sass doesn't support attribute accessors.\nIgnoring \#{text_value}\n"
91:         Node::Anonymous.new("/* #{text_value} */")
92:       end

[Validate]