We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a515f57 commit 69c14c9Copy full SHA for 69c14c9
tests/compile.test.tsx
@@ -40,5 +40,4 @@ test("works with tailwind dark", async () => {
40
const html = await compile(<TestComponent />);
41
42
expect(html).toContain("rgba(239, 68, 68");
43
- expect(html).not.toContain(":is");
44
});
0 commit comments