mirror of
https://github.com/jarvis2f/vortex.git
synced 2024-11-16 03:32:41 +08:00
9 lines
107 B
JavaScript
9 lines
107 B
JavaScript
|
const config = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|
||
|
|
||
|
module.exports = config;
|