Skip to content

Commit

Permalink
Remove ts-ignore comments
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 committed Nov 27, 2024
1 parent 1e45626 commit 9eafd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/ui-components/tools/tailwind-preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import typographyPlugin from '@tailwindcss/typography';
import type { Config } from 'tailwindcss';
import animatePlugin from 'tailwindcss-animate';
import {
// @ts-ignore isolateInsideOfContainer is not exported in types
// @ts-expect-error isolateInsideOfContainer is not exported in types
isolateInsideOfContainer,
scopedPreflightStyles,
} from 'tailwindcss-scoped-preflight';
Expand Down

0 comments on commit 9eafd7c

Please sign in to comment.