Describe the bug
I'm trying to configure default styles for input elements using inkline.config However, it does not seem to render the style design tokens
To Reproduce
Steps to reproduce the behavior:
- Edit inkline.config
- Add
...elements:{ input:{ box: { shadow: 'none' } } ... }
- Note that '--input--box-shadow' does not seem to be defined even though its in the configuration
Expected behavior
If I add input styles via the element properties in the inkline.config file then I'm guessing it should add new design token variables.
Screenshots
Environment
- Version: >=3.0.0
- Framework: Vite
- OS: Linux
- Browser: Chrome
- Language: ES
Describe the bug
I'm trying to configure default styles for input elements using inkline.config However, it does not seem to render the style design tokens
To Reproduce
Steps to reproduce the behavior:
...elements:{ input:{ box: { shadow: 'none' } } ... }Expected behavior
If I add input styles via the element properties in the inkline.config file then I'm guessing it should add new design token variables.
Screenshots
Environment