Skip to content

Commit acd2da5

Browse files
Upgrade lightningcss to 1.29.1 (#15593)
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.
1 parent 5df5daa commit acd2da5

File tree

6 files changed

+70
-86
lines changed

6 files changed

+70
-86
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"packageManager": "pnpm@9.6.0",
6464
"pnpm": {
6565
"patchedDependencies": {
66-
"lightningcss@1.29.0": "patches/lightningcss@1.29.0.patch",
66+
"lightningcss@1.29.1": "patches/lightningcss@1.29.1.patch",
6767
"@parcel/watcher@2.5.0": "patches/@parcel__watcher@2.5.0.patch"
6868
}
6969
}

packages/@tailwindcss-postcss/src/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
472472
}
473473
474474
ol, ul, menu {
475-
list-style-type: none;
475+
list-style: none;
476476
}
477477
478478
img, svg, video, canvas, audio, iframe, embed, object {

packages/tailwindcss/preflight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ summary {
205205
ol,
206206
ul,
207207
menu {
208-
list-style-type: none;
208+
list-style: none;
209209
}
210210

211211
/*
File renamed without changes.

0 commit comments

Comments
 (0)