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

Unnecessary css gets generated after build #228

Open
ZSuraj opened this issue Apr 17, 2024 · 0 comments
Open

Unnecessary css gets generated after build #228

ZSuraj opened this issue Apr 17, 2024 · 0 comments

Comments

@ZSuraj
Copy link

ZSuraj commented Apr 17, 2024

I am using an input tag in my code

padding is working (means p-2 is overwriting the below padding:0;) but border is not applying. When i checked console, the below style border:0; was overwriting the border in the above code. The below code automatically generates and is found in build/ui.js file.
Why does it generate automatically?

input, textarea {
padding: 0;
border: 0;
margin: 0;
-webkit-appearance: none;
cursor: default;
font: inherit;
outline: 0;
}

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