mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-07-12 06:05:35 +00:00
Design beginnings
This commit is contained in:
parent
5c5f34dc36
commit
f2bf164431
10 changed files with 71 additions and 4 deletions
8
tailwind.config.js
Normal file
8
tailwind.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
purge: [
|
||||
"./src/**/*.vue",
|
||||
],
|
||||
theme: {},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue