This commit is contained in:
jxxghp
2023-06-28 22:43:36 +08:00
parent 487dc19078
commit 3e7dddf4e3
4 changed files with 45 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
prefix: 'tw-',
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},