mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-06 05:17:01 -06:00
7 lines
89 B
JavaScript
Executable File
7 lines
89 B
JavaScript
Executable File
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|