mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
No changes after this point.
This commit is contained in:
parent
e70d71134f
commit
4e2956becb
15 changed files with 1138 additions and 956 deletions
6
tailwindcss.d.ts
vendored
Normal file
6
tailwindcss.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
declare module "tailwindcss/lib/util/flattenColorPalette" {
|
||||
const flattenColorPalette: (
|
||||
colors: Record<string, any>,
|
||||
) => Record<string, string>;
|
||||
export default flattenColorPalette;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue