Documentation

importCSS()

Adds a CSS import by URL.

importCSS(url: string): this;

Parameters

Return value

The theme itself, for method chaining.

Related