mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-05-01 20:54:13 +02:00
No changes after this point.
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
declare module "tailwindcss/lib/util/flattenColorPalette" {
|
||||
const flattenColorPalette: (
|
||||
colors: Record<string, any>,
|
||||
) => Record<string, string>;
|
||||
export default flattenColorPalette;
|
||||
}
|
||||
Reference in New Issue
Block a user