headroom/docs/postcss.config.mjs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
94 B
JavaScript
Raw Permalink Normal View History

2026-04-12 13:15:58 +06:00
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;