FRONTEND·중요도 6·2026. 08. 31.·CSS-Tricks

Let’s Use the Emergent CSS random() Function in all the Browsers

── KO ──────────────────

CSS의 랜덤 함수 polyfill을 모든 브라우저에서 사용할 수 있도록 만드는 과정.

이 기사에서는 CSS의 새로운 랜덤 함수인 random()을 모든 브라우저에서 사용할 수 있도록 하는 polyfill을 만드는 여정을 다룹니다. 다양한 브라우저 호환성을 고려하여 실용적인 접근법을 제시하고 있습니다. 앞으로의 CSS 활용 가능성을 강조하며, 개발자들에게 유용한 정보가 될 것입니다.


── EN ──────────────────

Creating a polyfill for the CSS random() function for all browsers.

This article discusses the journey of creating a polyfill for the emergent CSS random() function, enabling its use across all browsers. It presents practical approaches to ensure compatibility and highlights the potential of this upcoming CSS feature. Developers will find it useful for enhancing their styling capabilities.

원문 보기 →목록으로