Abstract
Readonly
Abstract
rootRoot CSS rule.
All theme styling is represented as rules within this root.
Obtains CSS rule reference by its referrer
.
This is a helper method that resolves the given referrer
against the root
CSS rule of this theme.
CSS rule reference.
Target CSS rule referrer.
Abstract
styleObtains a styling for the given theme styles.
This method requests the registered theme styles for CSS rules they provide. If some of the styles are not registered then uses the given style as provider.
Dynamically updated CSS rule set containing the requested styling.
Rest
...styles: Provider[]The styles to obtain styling information for.
Static
perStatic
toGenerated using TypeDoc
A hierarchy of CSS rules within single root.
A component may use it to extract styling information.
Current theme is available in bootstrap, definition, or component context. By default, only one theme is declared per bootstrap. But this can be overridden.