Skip to content

Commit 81be1fd

Browse files
Copilothotlong
andcommitted
fix: Add JSON file processing to Tailwind configs for playground and prototype
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 8e1e3eb commit 81be1fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/playground/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
darkMode: ["class"],
66
content: [
77
"./index.html",
8-
"./src/**/*.{js,ts,jsx,tsx}",
8+
"./src/**/*.{js,ts,jsx,tsx,json}",
99
"../../packages/components/src/**/*.{js,ts,jsx,tsx}",
1010
],
1111
theme: {

examples/prototype/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export default {
33
content: [
44
"./index.html",
5-
"./src/**/*.{js,ts,jsx,tsx}",
5+
"./src/**/*.{js,ts,jsx,tsx,json}",
66
"../../packages/components/src/**/*.{js,ts,jsx,tsx}"
77
],
88
theme: {

0 commit comments

Comments
 (0)