Browse Source

Merge branch 'master' into bug/3309-required-file-inputs

bubble
shockey 7 years ago
committed by GitHub
parent
commit
9a3df4a6bb
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      postcss.config.js

+ 5
- 1
postcss.config.js View File

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

Loading…
Cancel
Save