Skip to content

Commit

Permalink
Add back in the expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jul 7, 2022
1 parent 3687321 commit 7dd7d87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integrations/tailwind/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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 7dd7d87

Please sign in to comment.