Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--input-box-shadow not defined when using inkline.config.js #410

Open
karneaud opened this issue Feb 26, 2024 · 0 comments
Open

--input-box-shadow not defined when using inkline.config.js #410

karneaud opened this issue Feb 26, 2024 · 0 comments

Comments

@karneaud
Copy link

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:

  1. Edit inkline.config
  2. Add ...elements:{ input:{ box: { shadow: 'none' } } ... }
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant