No changes after this point.

This commit is contained in:
skidoodle 2024-12-19 21:30:05 +01:00
parent e70d71134f
commit 4e2956becb
Signed by: albert
GPG key ID: A06E3070D7D55BF2
15 changed files with 1138 additions and 956 deletions

6
tailwindcss.d.ts vendored Normal file
View file

@ -0,0 +1,6 @@
declare module "tailwindcss/lib/util/flattenColorPalette" {
const flattenColorPalette: (
colors: Record<string, any>,
) => Record<string, string>;
export default flattenColorPalette;
}