sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
692 stars 50 forks source link

-webkit-flex-wrap: wrap is missing #89

Closed weilinzung closed 6 years ago

weilinzung commented 6 years ago

on latest version of gulp-autoprefixer & bootstrap 4 beta is missing -webkit-flex-wrap: wrap after compile.

I tested on all IOS devices. thanks!

sindresorhus commented 6 years ago

From the top of the readme:

Issues with the output should be reported on the Autoprefixer issue tracker.

weilinzung commented 6 years ago

also display: -webkit-box; is not correct, should be display: -webkit-flex;.

weilinzung commented 6 years ago

I think it is some of your dependencies in your package.json need to be updated. @sindresorhus

sindresorhus commented 6 years ago

I think not. All dependencies are up to date.