Skip to content

Set search input height in Parcel bundler. #1167

Closed
@absemetov

Description

@absemetov

Hi folks! I set CSS variables

:root {
  --aa-search-input-height: 38px;
}

Parcel generate css code:

aa-Input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
font: inherit;
height: var(--aa-search-input-height);
background: none;
border: 0;
width: 100%;
height: 44px;
padding: 0;
}
How too fix this?
I have another question, maybe someone can help parcel-bundler/parcel#9126

Environment

  • OS: Linux
  • Browser: Chrome
  • Autocomplete version: 1.9.4

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