Skip to content

Commit

Permalink
remove unused theme
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Oct 26, 2023
1 parent cf7c3be commit 1958bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions apps/test-site/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ import type { StudioTailwindConfig } from "@yext/studio";
export default {
content: ["./src/**/*.{ts,tsx}"],
theme: {
extend: {
colors: {
primary: "#aa00ff",
},
fontSize: {
medium: "14px",
},
},
extend: {}
},
} satisfies StudioTailwindConfig;
9 changes: 1 addition & 8 deletions e2e-tests/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ import type { StudioTailwindConfig } from "@yext/studio";
export default {
content: ["./src/**/*.{ts,tsx}"],
theme: {
extend: {
colors: {
primary: "#aa00ff",
},
fontSize: {
medium: "14px",
},
},
extend: {}
},
} satisfies StudioTailwindConfig;

0 comments on commit 1958bdc

Please sign in to comment.