๐Ÿ“ฆ tobinsouth / hcp-demo-old-v0

๐Ÿ“„ postcss.config.mjs ยท 6 lines
1
2
3
4
5
6const config = {
  plugins: ["@tailwindcss/postcss"],
};

export default config;