Skip to content

Commit 101a80b

Browse files
authored
Merge pull request #34 from objectstack-ai/copilot/fix-json-file-handling
2 parents 341f305 + 81be1fd commit 101a80b

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)