How To Use Modern CSS Without Breaking Old Browsers

preview_player
Показать описание


🌎 Find Me Here:

#Shorts
Рекомендации по теме
Комментарии
Автор

Awesome tutorial! Thanks Kyle for this information! 👍

theisoj
Автор

You should also consider which Browsers you even WANT to be developing for. If they don't support "display: Kyle" don't even bother

christian-schubert
Автор

This is a "fuck old browsers long live new browsers" function. 😂

biliyonnet
Автор

Hey can you please make a video on customer support chat. It will be really helpful

butowski
Автор

It's kind of don't use it generally in most cases.

TheNeel
Автор

Unfortunately, @supports is not "supported" in browsers that are only a couple years old.

jjfattz
Автор

Caniuse is better, or are there exceptions? I mean, who uses a browser that isn't listed there? 🤷‍♂️

ImDino
Автор

Is old browser support the @support fun 😌

hi-yien
Автор

And then you do the styling twice, using a modern approach plus the fallback? Sounds like double the work.

tomas_m
Автор

What if a browser doesn't support "supports"?

ofskittlez
Автор

support of @supports worse than support of flex :)

denchke
Автор

I know it exists but never had a need to use it.

alex_chugaev
Автор

But do all the browsers support @supports feature? 🤣

royz_
Автор

if microsoft doesn't support it i dont support it

SOFGrylls
Автор

Most of the time I use this to be able to collapse parts of css like heading, main, footer by doing @supports (color:red)

rvft