The Importance of Native Randomness in CSS
We’re getting new functions for generating random numbers in CSS! But the road to get here has been a long and winding one.
We’re getting new functions for generating random numbers in CSS! But the road to get here has been a long and winding one.
My shim might give the powers that be another reason to say native support isn’t necessary, or if lots of people use my :nth-letter hack in the wild, the browser gods might recognize the need to implement it for real.
Putting CSS’s more recent scrolling animation capabilities to the test to recreate a complex animation of the Apple Vision Pro headset from Apple’s website.
I use a Markdown Component for two main reasons: (1) It reduces the amount of markup I need to write, and (2) it converts typographic symbols. Here’s how it works.
Although Astro has built-in support for Markdown via .md files, I’d argue that your Markdown experience can be enhanced with MDX.