Native CSS Features Detection @supports Rule Arrives in Firefox Nightly

Firefox recently released the new CSS3 API @supports for Firefox Nightly. It now supports the CSS Conditional Rules Level 3 specification. @supports rules helps you to detect native CSS feature. We are comfortable with the idea of sending different code to different browsers to provide different but still acceptable user experience. Feature detection is normally […]