mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
|
export default {
|
||
|
plugins: {
|
||
|
'tailwindcss/nesting': 'postcss-nesting',
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
}
|