1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 00:15:34 +00:00
Minecraft-ArmorStand/postcss.config.js
2021-08-11 19:16:57 +02:00

6 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}