summaryrefslogtreecommitdiffstats
path: root/postcss.config.js
blob: e2dc47804edb15db292b918e25d39a472a319d70 (plain) (blame)
1
2
3
4
5
6
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  }
}