aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/postcss.config.js
blob: c2ddf7482206a37d9ae2e5ca0eeddd81b4bde2b7 (plain)
1
2
3
4
5
export default {
  plugins: {
    "@tailwindcss/postcss": {},
  },
};