Browse Source

clean up

tags/1.2
Bud Parr 7 years ago
parent
commit
86d965bef5
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/css/postcss.config.js

+ 2
- 2
src/css/postcss.config.js View File

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

Loading…
Cancel
Save