Skip to content

Commit d123c18

Browse files
committed
add missing CSS file
1 parent 650ee5b commit d123c18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integrations/upgrade/index.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,11 @@ test(
858858
prefix: 'tw__',
859859
}
860860
`,
861+
'src/index.css': css`
862+
@tailwind base;
863+
@tailwind components;
864+
@tailwind utilities;
865+
`,
861866
'src/index.html': html`
862867
<div class="tw__bg-gradient-to-t"></div>
863868
`,

0 commit comments

Comments
 (0)