Move autoprefixer and purifyCss settings

This commit is contained in:
Oliver Davies 2017-08-03 01:32:37 +01:00
parent f7dee6b6f2
commit 2c4f8036c2
2 changed files with 11 additions and 9 deletions

View file

@ -1,8 +1,17 @@
module.exports = function (plugins) {
return {
sass: {
autoprefixer: {
browsers: ["last 2 versions", "> 5%"],
cascade: false
},
sourceDir: "assets/sass",
pattern: "/**/*.sass",
purifyCss: [
'source/**/*.html',
'source/**/*.md',
'source/**/*.twig'
],
outputDir: "source/assets/css"
},
fonts: {