Closed
Description
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
Labels
No labels