remove cssnano so users can run dev without minification

This commit is contained in:
Bud Parr 2017-04-29 22:47:24 -04:00
parent 5892cd9aea
commit c15f21e8e3
No known key found for this signature in database
GPG Key ID: ACA375160539D2B3
1 changed files with 1 additions and 8 deletions

View File

@ -3,13 +3,6 @@ module.exports = {
'postcss-import': {},
'postcss-cssnext': {
browsers: ['last 2 versions', '> 5%'],
},
'cssnano': {
discardComments: {
removeAll: true
},
minifyFontValues: false,
autoprefixer: false
}
}
}
};