We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*:flex
**:flex
1 parent 08953a1 commit b1ab2b8Copy full SHA for b1ab2b8
integrations/cli/index.test.ts
@@ -44,7 +44,7 @@ describe.each([
44
`,
45
'project-a/index.html': html`
46
<div
47
- class="underline 2xl:font-bold hocus:underline inverted:flex"
+ class="underline 2xl:font-bold hocus:underline inverted:flex *:flex **:flex"
48
></div>
49
50
'project-a/plugin.js': js`
@@ -89,6 +89,8 @@ describe.each([
89
candidate`content-['project-b/src/index.js']`,
90
candidate`inverted:flex`,
91
candidate`hocus:underline`,
92
+ candidate`*:flex`,
93
+ candidate`**:flex`,
94
])
95
},
96
)
0 commit comments