@ui5/builder/processors/ThemeBuilder
Classes
Methods
Description: Builds a library theme.
Source: builder/lib/processors/themeBuilder.js, line 138
Parameters:
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | object | Parameters Properties:
|
Returns:
Promise resolving with theme resources
Type: Promise<Array<@ui5/fs/Resource>>
Type Definitions
ThemeBuilderOptions
Source: builder/lib/processors/themeBuilder.js, line 128
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

