We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To Reproduce Include Tailwind to your Project
<Textfield class="shaped-outlined w-full" variant="outlined" label="something" bind:value={email} type="email" id="input-email" />
Screenshots
Additional context SMUI is missing to set explicetly border top, left, right to 0
adding this to tailwind css fixed it
.mdc-notched-outline--notched .mdc-notched-outline__notch { @apply !border-t-0 !border-l-0 !border-r-0; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To Reproduce
Include Tailwind to your Project
Screenshots
Additional context
SMUI is missing to set explicetly border top, left, right to 0
adding this to tailwind css fixed it
The text was updated successfully, but these errors were encountered: