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
If you use other PostCSS based tools, like cssnano, you may want to run them together using gulp-postcss instead of gulp-autoprefixer. It will be faster, as the CSS is parsed only once for all PostCSS based tools, including Autoprefixer.
Certaines tâches Gulp de Bretzel sont obsolètes depuis postCSS.
Il s'agit des tâches gulp-autoprefixer, gulp-csso et sans doute d'autres : https://github.com/alsacreations/bretzel/blob/master/package.json#L18
Sur la page de NPM gulp-autoprefixer, il est dit :
Je propose de passer ces tâches sur postCSS.
Cela permettra notamment d'avoir Autoprefixer à jour et de pouvoir l'utiliser pour Grid Layout sur IE : https://github.com/postcss/autoprefixer#gulp
Pas d'objection ?
The text was updated successfully, but these errors were encountered: