summaryrefslogtreecommitdiff
path: root/postcss.config.js
blob: 4f54c2577c3eb3f531b27d9b60f7b1db4de44d12 (plain)
1
2
3
4
5
6
module.exports = {
  'postcss-modules': {},
  plugins: {
    autoprefixer: {},
  },
};