Closed will-stone closed 6 years ago
Swap around
.pipe(plugins.autoprefixer('last 10 versions'))
and
.pipe(plugins.sass({ style: 'compressed' })).on('error', handleError)
in the gulp file.
I found the answer here: https://github.com/nDmitry/grunt-autoprefixer/issues/84
Swap around
and
in the gulp file.
I found the answer here: https://github.com/nDmitry/grunt-autoprefixer/issues/84