This commit is contained in:
Bud Parr 2017-04-29 22:48:41 -04:00
parent 31409aae1c
commit 86d965bef5
No known key found for this signature in database
GPG key ID: ACA375160539D2B3

View file

@ -2,7 +2,7 @@ module.exports = {
plugins: { plugins: {
'postcss-import': {}, 'postcss-import': {},
'postcss-cssnext': { 'postcss-cssnext': {
browsers: ['last 2 versions', '> 5%'], browsers: ['last 2 versions', '> 5%'],
} }
} }
}; };