Skip to content

Commit

Permalink
chore: remove unexpected ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 11, 2022
1 parent 44eb5c1 commit 15deef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/integrations/tailwind/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { AstroIntegration } from 'astro';
import autoprefixerPlugin from 'autoprefixer';
import path from 'path';
import tailwindPlugin, { Config as TailwindConfig } from 'tailwindcss';
// @ts-expect-error "resolveConfig.js" isn't typed
import resolveConfig from 'tailwindcss/resolveConfig.js';
import { fileURLToPath } from 'url';

Expand Down

0 comments on commit 15deef3

Please sign in to comment.