Files
mir-godot/desktop/template/postcss.config.js

6 lines
92 B
JavaScript
Raw Normal View History

2024-04-06 15:11:32 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}