Skip to content

Commit 97ecdeb

Browse files
committed
Add list-inside and list-outside utilities
1 parent 51a9344 commit 97ecdeb

File tree

5 files changed

+216
-122
lines changed

5 files changed

+216
-122
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 100 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -569,18 +569,6 @@ samp {
569569
}
570570
}
571571

572-
.list-none {
573-
list-style-type: none !important;
574-
}
575-
576-
.list-disc {
577-
list-style-type: disc !important;
578-
}
579-
580-
.list-decimal {
581-
list-style-type: decimal !important;
582-
}
583-
584572
.appearance-none {
585573
appearance: none !important;
586574
}
@@ -3187,6 +3175,26 @@ samp {
31873175
line-height: 2 !important;
31883176
}
31893177

3178+
.list-inside {
3179+
list-style-position: inside !important;
3180+
}
3181+
3182+
.list-outside {
3183+
list-style-position: outside !important;
3184+
}
3185+
3186+
.list-none {
3187+
list-style-type: none !important;
3188+
}
3189+
3190+
.list-disc {
3191+
list-style-type: disc !important;
3192+
}
3193+
3194+
.list-decimal {
3195+
list-style-type: decimal !important;
3196+
}
3197+
31903198
.m-0 {
31913199
margin: 0 !important;
31923200
}
@@ -6609,18 +6617,6 @@ samp {
66096617
}
66106618

66116619
@media (min-width: 568px) {
6612-
.sm\:list-none {
6613-
list-style-type: none !important;
6614-
}
6615-
6616-
.sm\:list-disc {
6617-
list-style-type: disc !important;
6618-
}
6619-
6620-
.sm\:list-decimal {
6621-
list-style-type: decimal !important;
6622-
}
6623-
66246620
.sm\:appearance-none {
66256621
appearance: none !important;
66266622
}
@@ -9219,6 +9215,26 @@ samp {
92199215
line-height: 2 !important;
92209216
}
92219217

9218+
.sm\:list-inside {
9219+
list-style-position: inside !important;
9220+
}
9221+
9222+
.sm\:list-outside {
9223+
list-style-position: outside !important;
9224+
}
9225+
9226+
.sm\:list-none {
9227+
list-style-type: none !important;
9228+
}
9229+
9230+
.sm\:list-disc {
9231+
list-style-type: disc !important;
9232+
}
9233+
9234+
.sm\:list-decimal {
9235+
list-style-type: decimal !important;
9236+
}
9237+
92229238
.sm\:m-0 {
92239239
margin: 0 !important;
92249240
}
@@ -12626,18 +12642,6 @@ samp {
1262612642
}
1262712643

1262812644
@media (min-width: 768px) {
12629-
.md\:list-none {
12630-
list-style-type: none !important;
12631-
}
12632-
12633-
.md\:list-disc {
12634-
list-style-type: disc !important;
12635-
}
12636-
12637-
.md\:list-decimal {
12638-
list-style-type: decimal !important;
12639-
}
12640-
1264112645
.md\:appearance-none {
1264212646
appearance: none !important;
1264312647
}
@@ -15236,6 +15240,26 @@ samp {
1523615240
line-height: 2 !important;
1523715241
}
1523815242

15243+
.md\:list-inside {
15244+
list-style-position: inside !important;
15245+
}
15246+
15247+
.md\:list-outside {
15248+
list-style-position: outside !important;
15249+
}
15250+
15251+
.md\:list-none {
15252+
list-style-type: none !important;
15253+
}
15254+
15255+
.md\:list-disc {
15256+
list-style-type: disc !important;
15257+
}
15258+
15259+
.md\:list-decimal {
15260+
list-style-type: decimal !important;
15261+
}
15262+
1523915263
.md\:m-0 {
1524015264
margin: 0 !important;
1524115265
}
@@ -18643,18 +18667,6 @@ samp {
1864318667
}
1864418668

1864518669
@media (min-width: 1024px) {
18646-
.lg\:list-none {
18647-
list-style-type: none !important;
18648-
}
18649-
18650-
.lg\:list-disc {
18651-
list-style-type: disc !important;
18652-
}
18653-
18654-
.lg\:list-decimal {
18655-
list-style-type: decimal !important;
18656-
}
18657-
1865818670
.lg\:appearance-none {
1865918671
appearance: none !important;
1866018672
}
@@ -21253,6 +21265,26 @@ samp {
2125321265
line-height: 2 !important;
2125421266
}
2125521267

21268+
.lg\:list-inside {
21269+
list-style-position: inside !important;
21270+
}
21271+
21272+
.lg\:list-outside {
21273+
list-style-position: outside !important;
21274+
}
21275+
21276+
.lg\:list-none {
21277+
list-style-type: none !important;
21278+
}
21279+
21280+
.lg\:list-disc {
21281+
list-style-type: disc !important;
21282+
}
21283+
21284+
.lg\:list-decimal {
21285+
list-style-type: decimal !important;
21286+
}
21287+
2125621288
.lg\:m-0 {
2125721289
margin: 0 !important;
2125821290
}
@@ -24660,18 +24692,6 @@ samp {
2466024692
}
2466124693

2466224694
@media (min-width: 1280px) {
24663-
.xl\:list-none {
24664-
list-style-type: none !important;
24665-
}
24666-
24667-
.xl\:list-disc {
24668-
list-style-type: disc !important;
24669-
}
24670-
24671-
.xl\:list-decimal {
24672-
list-style-type: decimal !important;
24673-
}
24674-
2467524695
.xl\:appearance-none {
2467624696
appearance: none !important;
2467724697
}
@@ -27270,6 +27290,26 @@ samp {
2727027290
line-height: 2 !important;
2727127291
}
2727227292

27293+
.xl\:list-inside {
27294+
list-style-position: inside !important;
27295+
}
27296+
27297+
.xl\:list-outside {
27298+
list-style-position: outside !important;
27299+
}
27300+
27301+
.xl\:list-none {
27302+
list-style-type: none !important;
27303+
}
27304+
27305+
.xl\:list-disc {
27306+
list-style-type: disc !important;
27307+
}
27308+
27309+
.xl\:list-decimal {
27310+
list-style-type: decimal !important;
27311+
}
27312+
2727327313
.xl\:m-0 {
2727427314
margin: 0 !important;
2727527315
}

0 commit comments

Comments
 (0)