pre codemon

This commit is contained in:
2024-08-26 14:10:26 -06:00
parent 5d16cae417
commit a681477b1a
7 changed files with 149 additions and 68 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;