Describe the bug
Trying to customize and override the default design tokens for the input using the config file and the results seem to differ from the default design tokens
To Reproduce
Steps to reproduce the behavior:
- Edit inkline.config
- Add the following
...{ elements: { input: { prepend: { append: { background: 'transparent' }}}}
- Save config
- Note the results is
--input--prepend--append--background: transparent
Expected behavior
Result should yield --input--prepend-append--background: transparent
Environment
- Version: >=3.0.0
- Framework: [Vite ]
- OS: [Linux]
- Browser: [Chrome XX | Mobile Chrome XX | iOS XX Safari ]
- Language: [ ES]
Additional context
Add any other context about the problem here.
Describe the bug
Trying to customize and override the default design tokens for the input using the config file and the results seem to differ from the default design tokens
To Reproduce
Steps to reproduce the behavior:
...{ elements: { input: { prepend: { append: { background: 'transparent' }}}}--input--prepend--append--background: transparentExpected behavior
Result should yield
--input--prepend-append--background: transparentEnvironment
Additional context
Add any other context about the problem here.