addd tailwindcss

This commit is contained in:
jxxghp
2023-06-26 16:10:08 +08:00
parent b4f686e007
commit ae8de42bde
5 changed files with 237 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}