[WEB-4436] fix: tailwind config #7329
This commit is contained in:
parent
7d417c5457
commit
71012d24ab
1 changed files with 4 additions and 4 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue