summaryrefslogtreecommitdiff
path: root/web-ui/postcss.config.js
blob: 88752c6cb06b79d44c870ca440e2db9d7b80f4eb (plain)
1
2
3
4
5
module.exports = {
  plugins: [
    require('autoprefixer')
  ]
}