summaryrefslogtreecommitdiff
path: root/postcss.config.js
blob: 5bfb8f62848e704d55379d060cf74ae6415bdf9d (plain)
1
2
3
4
5
module.exports = {
  plugins: {
    autoprefixer: {}
  }
};