aboutsummaryrefslogtreecommitdiff
path: root/src/main/webui/postcss.config.mjs
blob: 2df6729480746f5c80f899cfee24b508075d60e0 (plain) (blame)
1
2
3
4
5
6
/** @type {import('postcss-load-config').Config} */
export default {
  plugins: {
    "@tailwindcss/postcss": {},
  },
};