File size: 108 Bytes
35743bd
 
 
 
 
 
 
1
2
3
4
5
6
7
8
const postcssConfig = {
  plugins: {
    "@tailwindcss/postcss": {},
  },
};

export default postcssConfig;