frontend: remove boilderplate stuff
Some checks failed
Deploy Frontend / docker (push) Failing after 48s

This commit is contained in:
Lee
2024-08-01 06:37:16 +01:00
parent cfd2ae004d
commit ebeaf60d5a
7 changed files with 14 additions and 155 deletions

View File

@ -6,15 +6,7 @@ const config: Config = {
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {
backgroundImage: {
"gradient-radial": "radial-gradient(var(--tw-gradient-stops))",
"gradient-conic":
"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))",
},
},
},
theme: {},
plugins: [],
};
export default config;