Skip to content

Commit

Permalink
Upgrade lightningcss to 1.29.1 (#15593)
Browse files Browse the repository at this point in the history
Upgrading `lightningcss` to fix invalid `list-style: none` conversion.
I've also reverted the change to preflight while at it, since it's no
longer necessary.
  • Loading branch information
philipp-spiess authored Jan 10, 2025
1 parent 5df5daa commit acd2da5
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 86 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"[email protected].0": "patches/[email protected].0.patch",
"[email protected].1": "patches/[email protected].1.patch",
"@parcel/[email protected]": "patches/@[email protected]"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
}
ol, ul, menu {
list-style-type: none;
list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss/preflight.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ summary {
ol,
ul,
menu {
list-style-type: none;
list-style: none;
}

/*
Expand Down
File renamed without changes.
Loading

0 comments on commit acd2da5

Please sign in to comment.