sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
692 stars 50 forks source link

2.1.0 breaks auto-prefixing flexbox on Safari 8.0.5 #31

Closed matiasvad closed 9 years ago

matiasvad commented 9 years ago

Output of display: flex; on Safari 8.0.5 is display:-webkit-box and not display:-webkit-flex, thus not working.

Downgrading to 2.0.0 fixes issue.

Config: .pipe(autoprefixer('last 2 version', 'ie 10', 'ios 7'))

kevva commented 9 years ago

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