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

scss Input deisgn tokens gets "double dashed" #412

Open
karneaud opened this issue Feb 26, 2024 · 1 comment
Open

scss Input deisgn tokens gets "double dashed" #412

karneaud opened this issue Feb 26, 2024 · 1 comment

Comments

@karneaud
Copy link

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:

  1. Edit inkline.config
  2. Add the following ...{ elements: { input: { prepend: { append: { background: 'transparent' }}}}
  3. Save config
  4. 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.

@karneaud
Copy link
Author

Also note that design tokens are not being properly overridden when making customization

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