mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 07:53:15 +02:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {
|
|
config: './tailwind.config.js',
|
|
},
|
|
},
|
|
}
|