Skip to content

Commit

Permalink
fix(tailwind.config.ts): add TypeScript error suppression for flatten…
Browse files Browse the repository at this point in the history
…ColorPalette import and remove unused types declaration file
  • Loading branch information
keksiqc committed Dec 4, 2024
1 parent 23a40c9 commit 68cfee7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/types.d.ts

This file was deleted.

1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Config } from 'tailwindcss'
import svgToDataUri from 'mini-svg-data-uri'
// @ts-expect-error tailwindcss/lib/util/flattenColorPalette is not typed
import flattenColorPalette from 'tailwindcss/lib/util/flattenColorPalette'
import animate from 'tailwindcss-animate'

Expand Down

0 comments on commit 68cfee7

Please sign in to comment.