summaryrefslogtreecommitdiff
path: root/themes/pehtheme/exampleSite/postcss.config.js
blob: f22de2a980fa62a1c2fa7ea50b70bd3b90902c97 (plain)
1
2
3
4
5
6
7
8
postcss.config.js

module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  }
}