94 B
8 lines
Blame
1
const config = {
2
plugins: {
3
"@tailwindcss/postcss": {},
4
},
5
};
6
7
export default config;
8