]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
chore: drop `normalize-scss` and upgrade to normalize.css v8.0.0 11086/head
authorNicolas Coden <nicolas@ncoden.fr>
Fri, 23 Mar 2018 22:14:36 +0000 (23:14 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Fri, 23 Mar 2018 22:14:36 +0000 (23:14 +0100)
commit6e72435b29d7b75be91e7ea5c256efc126392b7f
tree849dca82327019a10c0def3043ab2df149e8c60d
parent1ce402157e8f5192af88990a89b9b2f10ee59e40
chore: drop `normalize-scss` and upgrade to normalize.css v8.0.0

`normalize-scss` is not maintained and actually pollute the Sass namespace. Move back to a as-hard-to-maintain approach with a Sass mixin hosting the normalize.css code.

Note: `/* */` comments where replaced by `//` comments to not being output.
12 files changed:
.gitignore
_vendor/normalize-scss/sass/_normalize.scss [deleted file]
_vendor/normalize-scss/sass/normalize/_import-now.scss [deleted file]
_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss [deleted file]
_vendor/normalize-scss/sass/normalize/_variables.scss [deleted file]
_vendor/normalize-scss/sass/normalize/_vertical-rhythm.scss [deleted file]
gulp/config.js
gulp/tasks/customizer.js
package.json
scss/_global.scss
scss/foundation.scss
scss/vendor/normalize.scss [new file with mode: 0644]