Added postcss autoprefixing

This commit is contained in:
Paul Graffam 2019-01-29 16:55:27 -05:00
parent 37ffe49cdc
commit 11dd93aff6
1 changed files with 5 additions and 0 deletions

5
postcss.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
plugins: [
require('autoprefixer'),
],
};