Skip to content

Commit 5dd2f7b

Browse files
Work around list-style: none bug
1 parent 7a99f2f commit 5dd2f7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: outside;
475+
list-style-type: 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: none;
208+
list-style-type: none;
209209
}
210210

211211
/*

0 commit comments

Comments
 (0)