Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Sep 16, 2024
1 parent 602cfd6 commit bbe44c2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ const config: Config = {
"./components/**/*.{js,ts,jsx,tsx,mdx}",
"./app/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {
colors: {
background: "var(--background)",
foreground: "var(--foreground)",
},
},
},
theme: {},
plugins: [],
};
export default config;

0 comments on commit bbe44c2

Please sign in to comment.