mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
8 lines
117 B
JavaScript
8 lines
117 B
JavaScript
module.exports = {
|
|
purge: [
|
|
"./src/**/*.vue",
|
|
],
|
|
theme: {},
|
|
variants: {},
|
|
plugins: [],
|
|
}
|