Fix config

This commit is contained in:
Matthew Aaron Raymer
2022-11-27 14:16:57 +08:00
parent a75a745b8b
commit 6a0ddb15e5

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: [], content: ["./src/**/*.vue"],
theme: { theme: {
extend: {}, extend: {},
}, },