importCSS()
Adds a CSS import by URL.
importCSS(url: string): this;
Parameters
- url — The URL of the CSS style sheet to import.
Return value
The theme itself, for method chaining.
Related
class WebTheme
A class that represents a complete visual theme configuration.
