mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-15 12:41:36 +00:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
'postcss-import': {},
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
}
|
||
|
}
|