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