Answer the question
In order to leave comments, you need to log in
display:flex; - how to register its properties for cross-browser compatibility?
It is written on the Internet that flexes are supported in many browsers when using
-webkit- , but I can’t figure out where to register this webkit, for which properties and how?
Answer the question
In order to leave comments, you need to log in
Sometimes for tests I use the excellent online utility pleeease.io , but in general - gulp-autoprefixer .
@mixin flexbox() {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display:flex;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question