[WEB-4436] fix: tailwind config #7329

This commit is contained in:
Aaryan Khandelwal 2025-07-03 14:12:17 +05:30 committed by GitHub
parent 7d417c5457
commit 71012d24ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,10 +18,10 @@ module.exports = {
"./pages/**/*.tsx", "./pages/**/*.tsx",
"./app/**/*.tsx", "./app/**/*.tsx",
"./ui/**/*.tsx", "./ui/**/*.tsx",
"../packages/ui/src/**/*.{js,ts,jsx,tsx}", "../../packages/ui/src/**/*.{js,ts,jsx,tsx}",
"../packages/propel/src/**/*.{js,ts,jsx,tsx}", "../../packages/propel/src/**/*.{js,ts,jsx,tsx}",
"../packages/editor/src/**/*.{js,ts,jsx,tsx}", "../../packages/editor/src/**/*.{js,ts,jsx,tsx}",
"!../packages/ui/**/*.stories{js,ts,jsx,tsx}", "!../../packages/ui/**/*.stories{js,ts,jsx,tsx}",
], ],
}, },
theme: { theme: {