DEV Community

Discussion on: CSS Quickies: @supports

Collapse
 
joel profile image
Joel Krause

Thanks for explaining this!

I’ve never gotten into using @supports for the simple fact I’d have to style the component twice with two different properties (and no if/else). I always just end up using Flexbox.

I dream for a day where I don’t have to worry about IE support 😅

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

Yeah, I hope that day will come soon!

But right now Safari is the bigger problem more often then IE is.

Collapse
 
joel profile image
Joel Krause

Yeah I’d agree with that!

I’ll just keep dreaming of the day where all browsers are equal 🙃