Do you use the @support rule?
A few days ago i posted a reply saying that i would now use css grid and flexbox layouts.
The reason i wrote that was that after experimenting, i found that by using @support i could create a flexbox fallback for none grid supporting browsers very easily using the @support rule. This got me wondering if many people know about, know how to use or would use @support rules to easily create fallbacks.
All modern browsers, (except IE11 and below) and devices, (android from 4.4, iOS from v7) support the use of the @support rule.
My question is, do you know about and use the @support rule, and if not would it be a property that you think is usefull and would use if it was better supported in your prefered code editor, (or ide)?
css feature queries, (@support) -
https://developer.mozilla.org/en-US/docs/Web/CSS/@supports
Note: A polyfill for IE and none supporting devices does exist, but i do not think we really require one.
