Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jiti, lightningcss, fast-glob and browserlist dependencies and reflect lightningcss related improvements in tests #11550

Merged
merged 3 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reflect lightningcss related changes
  • Loading branch information
RobinMalfait committed Jul 5, 2023
commit 54d80c51eabe1548e973a7ebb8af33e166e16521
10 changes: 0 additions & 10 deletions tests/kitchen-sink.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,6 @@ test('it works', () => {
:after {
padding: 5px;
}
*,
:before,
:after {
padding: 5px;
}
::-webkit-backdrop {
padding: 5px;
}
Expand Down Expand Up @@ -587,11 +582,6 @@ test('it works', () => {
:after {
margin: 10px;
}
*,
:before,
:after {
margin: 10px;
}
::-webkit-backdrop {
margin: 10px;
}
Expand Down
8 changes: 2 additions & 6 deletions tests/variants.test.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,8 @@
--tw-backdrop-sepia: ;
}
.first-letter\:flex:first-letter,
.first-line\:flex:first-line {
display: flex;
}
.marker\:flex ::marker {
display: flex;
}
.first-line\:flex:first-line,
.marker\:flex ::marker,
.marker\:flex::marker {
display: flex;
}
Expand Down