1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00
Minecraft-ArmorStand/tailwind.config.js

19 lines
402 B
JavaScript

module.exports = {
purge: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
flex: {
"2": "2 2 0%",
"3": "3 3 0%",
},
margin: {
"60": "60%",
},
},
},
variants: {
extend: {},
},
plugins: [],
}