Weekly one-on-one
- Date and time
- -
- Location
- Kitchener, ON
- Description
- No meeting description
- Attendees
- Andrew McDonald
Cutting-edge is our comfort zone.
Tailwind is unapologetically modern, and takes advantage of all the latest and greatest CSS features to make the developer experience as enjoyable as possible.
We've got first-class CSS grid support, composable transforms and gradients powered by CSS variables, support for modern state selectors like :focus-visible
, and tons more.
Hover and focus states? We got ’em.
Want to style something on hover? Stick hover:
at the beginning of the class you want to add. Works for focus
, active
, disabled
, focus-within
, focus-visible
, and even fancy states we invented ourselves like group-hover
.
Use Tailwind's @apply
directive to extract repeated utility patterns into custom CSS classes just by copying and pasting the list of class names.