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