mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Add new properties, some style
This commit is contained in:
parent
acbfe92a10
commit
b8a514f8f9
4 changed files with 73 additions and 38 deletions
|
@ -1,11 +1,19 @@
|
|||
module.exports = {
|
||||
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
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: [],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue