Method: Sass::Tree::Visitors::CheckNesting#initialize
- Defined in:
- lib/sass/tree/visitors/check_nesting.rb
#initialize ⇒ CheckNesting (protected)
Returns a new instance of CheckNesting.
5 6 7 8 9 |
# File 'lib/sass/tree/visitors/check_nesting.rb', line 5
def initialize
@parents = []
@parent = nil
@current_mixin_def = nil
end
|