Merge branch 'tmp'

This commit is contained in:
Matthew Aaron Raymer
2022-11-27 14:18:18 +08:00

View File

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