Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@karneaud

Description

@karneaud

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions