You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using flex-wrap: wrap; and it generates the following
.row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
I've test this on iPad 8.4.1 and of course, it is broken as it expects to have -webkit-flex-wrap: wrap;.
Don't know what to do from here. I just tried to change browser versions in options but with the same result. Thanks in advance!
The text was updated successfully, but these errors were encountered:
italodr
changed the title
-webkit-flex-wrap is not prefixed
-webkit for flex is not prefixed
Nov 17, 2016
I'm using gulp-autoprefixer with this setting:
I am using
flex-wrap: wrap;
and it generates the followingI've test this on iPad 8.4.1 and of course, it is broken as it expects to have
-webkit-flex-wrap: wrap;
.Don't know what to do from here. I just tried to change browser versions in options but with the same result. Thanks in advance!
The text was updated successfully, but these errors were encountered: