diff --git a/packages/js/ui-components/tools/tailwind-preset.ts b/packages/js/ui-components/tools/tailwind-preset.ts index 5ee776e5..bdd5db83 100644 --- a/packages/js/ui-components/tools/tailwind-preset.ts +++ b/packages/js/ui-components/tools/tailwind-preset.ts @@ -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';