mirror of
https://github.com/pelican-dev/panel.git
synced 2025-03-15 18:51:36 +00:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
|
export default {
|
||
|
plugins: {
|
||
|
'tailwindcss/nesting': 'postcss-nesting',
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|