TailwindCSS V4 Beta: What I Love And Hate
TailwindCSS v4 Beta: I love the default hover state disable on touch screens. However, buttons now require explicit cursor-pointer styling due to a new default CSS cursor setting.
Creating UI resources to save developers from spending weeks on designers' work. Creator of Tailus-UI
TailwindCSS v4 Beta: I love the default hover state disable on touch screens. However, buttons now require explicit cursor-pointer styling due to a new default CSS cursor setting.
Create a modern file input using Tailwind CSS: nest input in label, add illustration icon, title & description, then style with Tailwind utilities for a sleek design. Learn more at the article link
Text gradients can add depth & interest to text in modern UI design, but use them sparingly & harmoniously with the rest of the design. Use bg-clip-text & gradient utilities in Tailwind CSS for a visually appealing effect.
Applying tailwindcss utilities to child elements via parent makes HTML easier to read by preventing repetition of same styles. Create a custom variant in `tailwind.config.js` for a readable name instead of [&>*].
Create gradient borders with TailwindCSS using bg-gradient-to-b & rounded utilities. Calculate child container border radius using calc function for perfect rounded border.