TokensBuilder
Decorators: |
|
Implements: |
|
An implementation of
that simply accepts an object of pre-defined theme tokens as configuration and returns them as is when requested to generate tokens.
Notes
The name
assigned to this builder has no effects.
Methods
build()implements
| ||||||
---|---|---|---|---|---|---|
No documentation has been provided. | ||||||
Presentation
| ||||||
Parameters
Returns |
Example usage
withThemeBuilder ("name-does-not-matter", TokensBuilder , {
"primary-color": "#ff0000",
}),