Skip to content

Commit b1ab2b8

Browse files
committed
ensure *:flex and **:flex are picked up
1 parent 08953a1 commit b1ab2b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integrations/cli/index.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe.each([
4444
`,
4545
'project-a/index.html': html`
4646
<div
47-
class="underline 2xl:font-bold hocus:underline inverted:flex"
47+
class="underline 2xl:font-bold hocus:underline inverted:flex *:flex **:flex"
4848
></div>
4949
`,
5050
'project-a/plugin.js': js`
@@ -89,6 +89,8 @@ describe.each([
8989
candidate`content-['project-b/src/index.js']`,
9090
candidate`inverted:flex`,
9191
candidate`hocus:underline`,
92+
candidate`*:flex`,
93+
candidate`**:flex`,
9294
])
9395
},
9496
)

0 commit comments

Comments
 (0)