]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Use autoprefixer for postcss instead of gulp-autoprefixer
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 5 Dec 2016 15:27:50 +0000 (16:27 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Wed, 7 Dec 2016 09:11:03 +0000 (10:11 +0100)
commit30d389b98bdf7ac60242237681a911aa81e81ac6
tree15fb85efca3a5f7645c1f58d2bade5046e29befa
parent42ae1f59129af97d9bddcaca839a2b03b309b5bc
Use autoprefixer for postcss instead of gulp-autoprefixer

Use `autoprefixer` for postcss
(https://www.npmjs.com/package/autoprefixer) instead of
`gulp-autoprefixer`.

Changes:
- Use postcss and autoprefixer in the gulp sass tasks
- By using `autoprefixer` directly, `autoprefixer` version is updated
from `5.0` to the latest version `6.5.3`.

Changes in the CSS:
- Improve the `transition: transform…` and `transition: box-shadow…`
support

Full diff of `foundation.css`: https://www.diffchecker.com/iMxTO2UH
gulp/tasks/customizer.js
gulp/tasks/sass.js
package.json