mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix mistake in test to cause test to fail
This commit is contained in:
parent
b5802a3f72
commit
22b7cb5418
@ -45,7 +45,7 @@ test('arbitrary properties with modifiers', () => {
|
||||
expect(result.css).toMatchFormattedCss(css`
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@media (min-width: 1024px) {
|
||||
.\[paint-order\:markers\] {
|
||||
.dark\:lg\:hover\:\[paint-order\:markers\]:hover {
|
||||
paint-order: markers;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user