CSS @supports
rules to target only Firefox / Safari / Chromium
An overview of CSS @support rules to target only Firefox / Safari / Chromium, or a combination thereof.
A rather geeky/technical weblog, est. 2001, by Bramus
@supports
rules to target only Firefox / Safari / ChromiumThere’s a good introduction to @supports on Mozilla Hacks: With @supports, you can write a small test in your CSS to see whether or not a particular “feature” (CSS property or value) is supported, and apply a block of code (or not) based on the answer. Progressive enhancement in it’s finest form: /* fallback code …