chore: enable type intelligence for tailwind config

This commit is contained in:
AkaraChen 2024-12-13 14:43:52 +08:00
parent b0f34975d4
commit ab76266993

View File

@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
import tailwindThemeVarDefine from './themes/tailwind-theme-var-define'
/** @type {import('tailwindcss').Config} */
const config = {
content: [
'./app/**/*.{js,ts,jsx,tsx}',