Skip to content

Commit

Permalink
chore: add tailwindcss-safe-area module type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 26, 2023
1 parent 0d9f5d7 commit f8bf02e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import daisyui from 'daisyui'
import { Config } from 'tailwindcss'
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import safeArea from 'tailwindcss-safe-area'

export default {
Expand Down
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'tailwindcss-safe-area'

0 comments on commit f8bf02e

Please sign in to comment.