Back to Daily Feed 
Polyfilling the Emergent CSS random() Function for All Browsers
Worth Reading
Originally published on CSS-Tricks
View Original Article
Share this article:

Summary & Key Takeaways
- The article focuses on the emergent CSS
random()function. - It describes the journey to create a polyfill for this function.
- The polyfill aims to ensure cross-browser compatibility.
- It allows developers to use the
random()function before native implementation. - The post provides insights into implementing future CSS features today.
Our Commentary
We love seeing articles that tackle emergent web platform features head-on. The CSS random() function has so much potential for dynamic designs, and a polyfill means we don't have to wait. It's a great example of how the community pushes the boundaries and makes new capabilities accessible sooner.
View Original Article
Share this article: