updating packages and fixing linting

This commit is contained in:
2025-07-07 11:58:17 -06:00
parent 00cafeec0a
commit bc8b9ca0c4
6 changed files with 1742 additions and 1723 deletions

View File

@@ -1,4 +1,4 @@
import { borderRadius } from "tailwindcss/defaultTheme";
// import { borderRadius } from "tailwindcss/defaultTheme";
import type { Config } from "tailwindcss";
const config: Config = {
@@ -9,7 +9,7 @@ const config: Config = {
],
theme: {
borderRadius: {
...borderRadius,
// ...borderRadius,
xl: "24px",
},
extend: {