File size: 144 Bytes
509e21e
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
/** @type {import('postcss-load-config').Config} */
const config = {
  plugins: {
    '@tailwindcss/postcss': {},
  },
}

export default config