Chore/bump packages (#50)

* initial

* fix opacity

* bump
This commit is contained in:
Viktor Rådberg
2025-11-17 20:56:52 +01:00
committed by GitHub
parent ea5da632a8
commit b6a402bc9f
7 changed files with 1366 additions and 877 deletions

View File

@@ -1,5 +1,3 @@
//@ts-expect-error - tailwindcss-grid-areas does not have typescript support
import tailwindcssGridAreas from '@savvywombat/tailwindcss-grid-areas';
import type { Config } from 'tailwindcss';
export const baseColors = {
@@ -107,6 +105,6 @@ export default {
},
},
},
plugins: [tailwindcssGridAreas],
plugins: [],
} satisfies Config;
// #98FF98