com.vaadin.sass.internal.selector
Class ParentSelector

java.lang.Object
  extended by com.vaadin.sass.internal.selector.SimpleSelector
      extended by com.vaadin.sass.internal.selector.TypeSelector
          extended by com.vaadin.sass.internal.selector.ParentSelector
All Implemented Interfaces:
Serializable

public class ParentSelector
extends TypeSelector

Single SCSS parent selector "&". The parent selector is not passed to CSS as-is but is replaced with the selectors from the parent block in the case of nested blocks. See also SimpleSelectorSequence and Selector.

See Also:
Serialized Form

Field Summary
static ParentSelector it
           
 
Method Summary
 ParentSelector replaceVariables(ScssContext context)
           
 
Methods inherited from class com.vaadin.sass.internal.selector.TypeSelector
getValue, toString
 
Methods inherited from class com.vaadin.sass.internal.selector.SimpleSelector
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

it

public static final ParentSelector it
Method Detail

replaceVariables

public ParentSelector replaceVariables(ScssContext context)
Overrides:
replaceVariables in class TypeSelector


Copyright © 2013–2015 Vaadin. All rights reserved.