mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix code style
This commit is contained in:
parent
3fb57e55ab
commit
508e7f2349
@ -348,8 +348,8 @@ crosscheck(() => {
|
||||
${'.parent::before &:hover'} | ${'.parent &:hover::before'}
|
||||
${':where(&::before) :is(h1, h2, h3, h4)'} | ${':where(&) :is(h1, h2, h3, h4)::before'}
|
||||
${':where(&::file-selector-button) :is(h1, h2, h3, h4)'} | ${':where(&::file-selector-button) :is(h1, h2, h3, h4)'}
|
||||
${'#app :is(:where(.dark) &::before)'} | ${'#app :is(:where(.dark) &)::before'}
|
||||
${'#app :is(:is(:where(.dark) &)::before)'} | ${'#app :is(:is(:where(.dark) &))::before'}
|
||||
${'#app :is(:where(.dark) &::before)'} | ${'#app :is(:where(.dark) &)::before'}
|
||||
${'#app :is(:is(:where(.dark) &)::before)'} | ${'#app :is(:is(:where(.dark) &))::before'}
|
||||
${'#app :is(.foo::file-selector-button)'} | ${'#app :is(.foo)::file-selector-button'}
|
||||
${'#app :is(.foo::-webkit-progress-bar)'} | ${'#app :is(.foo)::-webkit-progress-bar'}
|
||||
${'.parent::marker li'} | ${'.parent li::marker'}
|
||||
|
||||
@ -180,4 +180,3 @@ crosscheck(() => {
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user