Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-webkit for flex is not prefixed #747

Closed
italodr opened this issue Nov 17, 2016 · 2 comments
Closed

-webkit for flex is not prefixed #747

italodr opened this issue Nov 17, 2016 · 2 comments

Comments

@italodr
Copy link

italodr commented Nov 17, 2016

I'm using gulp-autoprefixer with this setting:

browsers : [
        'ie >= 10',
        'ie_mob >= 10',
        'ff >= 30',
        'chrome >= 21',
        'safari >= 6',
        'opera >= 23',
        'ios >= 7',
        'android >= 4.4',
        'bb >= 10'
    ]

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!

@italodr italodr changed the title -webkit-flex-wrap is not prefixed -webkit for flex is not prefixed Nov 17, 2016
@italodr
Copy link
Author

italodr commented Nov 17, 2016

Just realize that this is affecting to all flexbox package

@ai
Copy link
Member

ai commented Nov 17, 2016

Move your browsers to browserslist and please write comment in this issue webpack-contrib/css-loader#281

@ai ai closed this as completed Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants