Skip to content

Commit 9f529da

Browse files
committed
Unstyle lists by default
1 parent 97ecdeb commit 9f529da

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ fieldset {
414414

415415
ol,
416416
ul {
417+
list-style: none;
417418
margin: 0;
419+
padding: 0;
418420
}
419421

420422
/**

__tests__/fixtures/tailwind-output.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ fieldset {
414414

415415
ol,
416416
ul {
417+
list-style: none;
417418
margin: 0;
419+
padding: 0;
418420
}
419421

420422
/**

src/plugins/css/preflight.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ fieldset {
6262

6363
ol,
6464
ul {
65+
list-style: none;
6566
margin: 0;
67+
padding: 0;
6668
}
6769

6870
/**

0 commit comments

Comments
 (0)