Theme style extension.

An extension should be registered in bootstrap context in order to be applied.

Hierarchy

  • Extension

Properties

Methods

Properties

style: Provider

A theme style provider to extend.

Methods

  • Extends the theme style.

    This method is called at most once per theme to apply styles to the latter. E.g. by declaring CSS rules.

    It will be called after the style provider it extends.

    Returns

    Dynamically updated CSS rule set containing the applied styling.

    Parameters

    • theme: Theme

      A theme to apply styling to.

    Returns StypRules

Generated using TypeDoc