CSS Feature Queries

Adobe provides an overview on the new @supports rule which will provide us feature queries for CSS.

Feature Queries look like Media Queries, but test support for CSS property/value pairs rather than display characteristics. As a basic example, you could ask a browser to apply a set of CSS rules if it supports a value of 0 for the marginproperty.

An excerpt from CSS Feature Queries

View original article

Subscribe to our Newsletter

Add your email address and receive an email every Friday covering off everything worth knowing about building your websites responsively.