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

export default postcssConfig;