mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-04-21 21:07:17 +00:00
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
'@tailwindcss/postcss': {},
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
export default config
|