Classes
Methods
(static) default(parameters) → {Promise.<Array.<@ui5/fs/Resource>>}
- Description:
- Builds a library theme.
- Source:
Parameters:
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters |
object | Parameters
Properties
|
Returns:
Promise resolving with theme resources
- Type
- Promise.<Array.<@ui5/fs/Resource>>
Type Definitions
ThemeBuilderOptions
Properties:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
compress |
boolean |
<optional> |
false
|
Compress build output (CSS / JSON) |
cssVariables |
boolean |
<optional> |
false
|
Generates the CSS variables (css-variables.css, css-variables.source.less) and the skeleton for a theme (library-skeleton.css, [library-skeleton-RTL.css]) |
Type:
- object