com.vaadin.sass.internal.selector
Class ParentSelector
java.lang.Object
com.vaadin.sass.internal.selector.SimpleSelector
com.vaadin.sass.internal.selector.TypeSelector
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
it
public static final ParentSelector it
replaceVariable
public ParentSelector replaceVariable(VariableNode var)
- Overrides:
replaceVariable in class TypeSelector
Copyright © 2013–2014 Vaadin. All rights reserved.