Skip to content

Commit 13a8a63

Browse files
committed
add integration test
1 parent be8519d commit 13a8a63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

integrations/upgrade/index.test.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ test(
2626
@tailwind base;
2727
@tailwind components;
2828
@tailwind utilities;
29+
30+
@variants hover, focus {
31+
.foo {
32+
color: red;
33+
}
34+
}
2935
`,
3036
},
3137
},
@@ -40,6 +46,10 @@ test(
4046
4147
--- ./src/input.css ---
4248
@import 'tailwindcss';
49+
50+
@utility foo {
51+
color: red;
52+
}
4353
"
4454
`)
4555

0 commit comments

Comments
 (0)