Fading out siblings on hover in CSS
https:/
Trys here shows a nice little CSS trick to make hovered elements pop out (quite easy), while diming the siblings (that's the trick). Well done!
https:/
Trys here shows a nice little CSS trick to make hovered elements pop out (quite easy), while diming the siblings (that's the trick). Well done!
Zell Liew
Tailwind's @apply Feature is Better Than it Sounds
Tailwind’s utilities are very powerful by themselves, but they’re even more powerful if you allow yourself to use @apply
(and allow yourself to…
CSS Custom Properties vs. Sass Variables: A Pragmatic Guide
The interplay between Sass variables and CSS custom properties should be a strategic partnership. Over nearly a decade of evolving web practices,…
The fact is folks who use Tailwind aren’t thinking about responsibility and scale in this way. They are thinking how can I push this out as fast as…
Jen Simmons
,
Saron Yitbarek,
Elika Etemad and
Brandon Stewart
Item Flow, Part 1: A new unified concept for layout
As we worked through the details, we started to get excited. Suddenly new features for Flexbox and Grid that people have wanted for years had an obvious…
Never do pixel math with em
and rem
units. That’s where we went wrong, by assuming that 16px == 1em
is a reliable fact. It reminds me a lot…