2023-02-04 16:27:15 +00:00
|
|
|
module.exports = {
|
|
|
|
plugins: {
|
|
|
|
'postcss-import-ext-glob': {},
|
|
|
|
'postcss-import': {},
|
|
|
|
'tailwindcss/nesting': {},
|
2023-02-06 10:22:59 +00:00
|
|
|
'postcss-nested': {},
|
2023-02-04 16:27:15 +00:00
|
|
|
tailwindcss: {},
|
|
|
|
autoprefixer: {},
|
|
|
|
},
|
|
|
|
};
|