Skip to content

Commit 54d80c5

Browse files
committed
reflect lightningcss related changes
1 parent f4d6cc2 commit 54d80c5

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

tests/kitchen-sink.test.js

-10
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,6 @@ test('it works', () => {
404404
:after {
405405
padding: 5px;
406406
}
407-
*,
408-
:before,
409-
:after {
410-
padding: 5px;
411-
}
412407
::-webkit-backdrop {
413408
padding: 5px;
414409
}
@@ -587,11 +582,6 @@ test('it works', () => {
587582
:after {
588583
margin: 10px;
589584
}
590-
*,
591-
:before,
592-
:after {
593-
margin: 10px;
594-
}
595585
::-webkit-backdrop {
596586
margin: 10px;
597587
}

tests/variants.test.css

+2-6
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,8 @@
148148
--tw-backdrop-sepia: ;
149149
}
150150
.first-letter\:flex:first-letter,
151-
.first-line\:flex:first-line {
152-
display: flex;
153-
}
154-
.marker\:flex ::marker {
155-
display: flex;
156-
}
151+
.first-line\:flex:first-line,
152+
.marker\:flex ::marker,
157153
.marker\:flex::marker {
158154
display: flex;
159155
}

0 commit comments

Comments
 (0)