EveryMatrix / workshops

6 stars 2 forks source link

css @supports #40

Open iliutastoica opened 8 years ago

iliutastoica commented 8 years ago

@supports {

} @supports (display: flex) { div { display: flex; } } https://developer.mozilla.org/en-US/docs/Web/CSS/@supports https://developer.mozilla.org/en-US/docs/Web/API/CSS/supports https://davidwalsh.name/css-supports http://caniuse.com/#search=supports
iliutastoica commented 8 years ago

https://dev.opera.com/articles/native-css-feature-detection/