Class Sass::Selector::Parent
In: lib/sass/selector.rb
Parent: Simple

A parent-referencing selector (`&` in Sass). The function of this is to be replaced by the parent selector in the nested hierarchy.

Methods

to_a   unify  

Public Instance methods

@see Selector#to_a

Always raises an exception.

@raise [Sass::SyntaxError] Parent selectors should be resolved before unification @see Selector#unify

[Validate]