public class CSSRule extends Object
Modifier and Type | Method and Description |
---|---|
String |
getPropertyValue(String propertyName)
Returns a specific property value from this CSS rule.
|
String |
getSelector() |
public CSSRule(String selector, boolean deep)
selector
- the CSS selector to search for in the stylesheetsdeep
- should the search follow any @import statements?Copyright © 2018 Vaadin Ltd. All rights reserved.