๐Ÿ“ฆ tobinsouth / hcp-demo

๐Ÿ“„ postcss.config.mjs ยท 9 lines
1
2
3
4
5
6
7
8
9/** @type {import('postcss-load-config').Config} */
const config = {
  plugins: {
    '@tailwindcss/postcss': {},
  },
}

export default config