You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What build tool (or framework if it abstracts the build tool) are you using?
Next.js 15.0.4
What version of Node.js are you using?
v18.20.4
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
N/A
Describe your issue
When using text size utilities for input it doesn't work normally and it should be used with the important identifier (!).
// ❌ this doesn't works and input text size doesn't increases.<inputclassName="text-base"/>// ✅ this works and the input text size works as expected.<inputclassName="!text-base"/>
This discussion was converted from issue #15394 on December 14, 2024 11:54.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What version of Tailwind CSS are you using?
4.0.0-beta.7
What build tool (or framework if it abstracts the build tool) are you using?
Next.js 15.0.4
What version of Node.js are you using?
v18.20.4
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
N/A
Describe your issue
When using text size utilities for input it doesn't work normally and it should be used with the important identifier (!).
Beta Was this translation helpful? Give feedback.
All reactions