frontend: remove boilderplate stuff
Some checks failed
Deploy Frontend / docker (push) Failing after 48s
Some checks failed
Deploy Frontend / docker (push) Failing after 48s
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user