Spaces:
Build error
Build error
File size: 155 Bytes
0bfe2e3 |
1 2 3 4 5 6 7 8 9 |
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': 'postcss-nesting',
tailwindcss: {},
autoprefixer: {},
},
};
|