mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-04-30 10:34:48 +02:00
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
export default {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|