mirror of
https://github.com/XShengTech/MEGREZ.git
synced 2026-05-01 11:58:22 +08:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|