Skip to content

Commit 84e1816

Browse files
committed
Add rounded-md
1 parent 009f52d commit 84e1816

File tree

3 files changed

+401
-0
lines changed

3 files changed

+401
-0
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2991,6 +2991,10 @@ video {
29912991
border-radius: 0.25rem !important;
29922992
}
29932993

2994+
.rounded-md {
2995+
border-radius: 0.375rem !important;
2996+
}
2997+
29942998
.rounded-lg {
29952999
border-radius: 0.5rem !important;
29963000
}
@@ -3059,6 +3063,26 @@ video {
30593063
border-bottom-left-radius: 0.25rem !important;
30603064
}
30613065

3066+
.rounded-t-md {
3067+
border-top-left-radius: 0.375rem !important;
3068+
border-top-right-radius: 0.375rem !important;
3069+
}
3070+
3071+
.rounded-r-md {
3072+
border-top-right-radius: 0.375rem !important;
3073+
border-bottom-right-radius: 0.375rem !important;
3074+
}
3075+
3076+
.rounded-b-md {
3077+
border-bottom-right-radius: 0.375rem !important;
3078+
border-bottom-left-radius: 0.375rem !important;
3079+
}
3080+
3081+
.rounded-l-md {
3082+
border-top-left-radius: 0.375rem !important;
3083+
border-bottom-left-radius: 0.375rem !important;
3084+
}
3085+
30623086
.rounded-t-lg {
30633087
border-top-left-radius: 0.5rem !important;
30643088
border-top-right-radius: 0.5rem !important;
@@ -3147,6 +3171,22 @@ video {
31473171
border-bottom-left-radius: 0.25rem !important;
31483172
}
31493173

3174+
.rounded-tl-md {
3175+
border-top-left-radius: 0.375rem !important;
3176+
}
3177+
3178+
.rounded-tr-md {
3179+
border-top-right-radius: 0.375rem !important;
3180+
}
3181+
3182+
.rounded-br-md {
3183+
border-bottom-right-radius: 0.375rem !important;
3184+
}
3185+
3186+
.rounded-bl-md {
3187+
border-bottom-left-radius: 0.375rem !important;
3188+
}
3189+
31503190
.rounded-tl-lg {
31513191
border-top-left-radius: 0.5rem !important;
31523192
}
@@ -12261,6 +12301,10 @@ video {
1226112301
border-radius: 0.25rem !important;
1226212302
}
1226312303

12304+
.sm\:rounded-md {
12305+
border-radius: 0.375rem !important;
12306+
}
12307+
1226412308
.sm\:rounded-lg {
1226512309
border-radius: 0.5rem !important;
1226612310
}
@@ -12329,6 +12373,26 @@ video {
1232912373
border-bottom-left-radius: 0.25rem !important;
1233012374
}
1233112375

12376+
.sm\:rounded-t-md {
12377+
border-top-left-radius: 0.375rem !important;
12378+
border-top-right-radius: 0.375rem !important;
12379+
}
12380+
12381+
.sm\:rounded-r-md {
12382+
border-top-right-radius: 0.375rem !important;
12383+
border-bottom-right-radius: 0.375rem !important;
12384+
}
12385+
12386+
.sm\:rounded-b-md {
12387+
border-bottom-right-radius: 0.375rem !important;
12388+
border-bottom-left-radius: 0.375rem !important;
12389+
}
12390+
12391+
.sm\:rounded-l-md {
12392+
border-top-left-radius: 0.375rem !important;
12393+
border-bottom-left-radius: 0.375rem !important;
12394+
}
12395+
1233212396
.sm\:rounded-t-lg {
1233312397
border-top-left-radius: 0.5rem !important;
1233412398
border-top-right-radius: 0.5rem !important;
@@ -12417,6 +12481,22 @@ video {
1241712481
border-bottom-left-radius: 0.25rem !important;
1241812482
}
1241912483

12484+
.sm\:rounded-tl-md {
12485+
border-top-left-radius: 0.375rem !important;
12486+
}
12487+
12488+
.sm\:rounded-tr-md {
12489+
border-top-right-radius: 0.375rem !important;
12490+
}
12491+
12492+
.sm\:rounded-br-md {
12493+
border-bottom-right-radius: 0.375rem !important;
12494+
}
12495+
12496+
.sm\:rounded-bl-md {
12497+
border-bottom-left-radius: 0.375rem !important;
12498+
}
12499+
1242012500
.sm\:rounded-tl-lg {
1242112501
border-top-left-radius: 0.5rem !important;
1242212502
}
@@ -21532,6 +21612,10 @@ video {
2153221612
border-radius: 0.25rem !important;
2153321613
}
2153421614

21615+
.md\:rounded-md {
21616+
border-radius: 0.375rem !important;
21617+
}
21618+
2153521619
.md\:rounded-lg {
2153621620
border-radius: 0.5rem !important;
2153721621
}
@@ -21600,6 +21684,26 @@ video {
2160021684
border-bottom-left-radius: 0.25rem !important;
2160121685
}
2160221686

21687+
.md\:rounded-t-md {
21688+
border-top-left-radius: 0.375rem !important;
21689+
border-top-right-radius: 0.375rem !important;
21690+
}
21691+
21692+
.md\:rounded-r-md {
21693+
border-top-right-radius: 0.375rem !important;
21694+
border-bottom-right-radius: 0.375rem !important;
21695+
}
21696+
21697+
.md\:rounded-b-md {
21698+
border-bottom-right-radius: 0.375rem !important;
21699+
border-bottom-left-radius: 0.375rem !important;
21700+
}
21701+
21702+
.md\:rounded-l-md {
21703+
border-top-left-radius: 0.375rem !important;
21704+
border-bottom-left-radius: 0.375rem !important;
21705+
}
21706+
2160321707
.md\:rounded-t-lg {
2160421708
border-top-left-radius: 0.5rem !important;
2160521709
border-top-right-radius: 0.5rem !important;
@@ -21688,6 +21792,22 @@ video {
2168821792
border-bottom-left-radius: 0.25rem !important;
2168921793
}
2169021794

21795+
.md\:rounded-tl-md {
21796+
border-top-left-radius: 0.375rem !important;
21797+
}
21798+
21799+
.md\:rounded-tr-md {
21800+
border-top-right-radius: 0.375rem !important;
21801+
}
21802+
21803+
.md\:rounded-br-md {
21804+
border-bottom-right-radius: 0.375rem !important;
21805+
}
21806+
21807+
.md\:rounded-bl-md {
21808+
border-bottom-left-radius: 0.375rem !important;
21809+
}
21810+
2169121811
.md\:rounded-tl-lg {
2169221812
border-top-left-radius: 0.5rem !important;
2169321813
}
@@ -30803,6 +30923,10 @@ video {
3080330923
border-radius: 0.25rem !important;
3080430924
}
3080530925

30926+
.lg\:rounded-md {
30927+
border-radius: 0.375rem !important;
30928+
}
30929+
3080630930
.lg\:rounded-lg {
3080730931
border-radius: 0.5rem !important;
3080830932
}
@@ -30871,6 +30995,26 @@ video {
3087130995
border-bottom-left-radius: 0.25rem !important;
3087230996
}
3087330997

30998+
.lg\:rounded-t-md {
30999+
border-top-left-radius: 0.375rem !important;
31000+
border-top-right-radius: 0.375rem !important;
31001+
}
31002+
31003+
.lg\:rounded-r-md {
31004+
border-top-right-radius: 0.375rem !important;
31005+
border-bottom-right-radius: 0.375rem !important;
31006+
}
31007+
31008+
.lg\:rounded-b-md {
31009+
border-bottom-right-radius: 0.375rem !important;
31010+
border-bottom-left-radius: 0.375rem !important;
31011+
}
31012+
31013+
.lg\:rounded-l-md {
31014+
border-top-left-radius: 0.375rem !important;
31015+
border-bottom-left-radius: 0.375rem !important;
31016+
}
31017+
3087431018
.lg\:rounded-t-lg {
3087531019
border-top-left-radius: 0.5rem !important;
3087631020
border-top-right-radius: 0.5rem !important;
@@ -30959,6 +31103,22 @@ video {
3095931103
border-bottom-left-radius: 0.25rem !important;
3096031104
}
3096131105

31106+
.lg\:rounded-tl-md {
31107+
border-top-left-radius: 0.375rem !important;
31108+
}
31109+
31110+
.lg\:rounded-tr-md {
31111+
border-top-right-radius: 0.375rem !important;
31112+
}
31113+
31114+
.lg\:rounded-br-md {
31115+
border-bottom-right-radius: 0.375rem !important;
31116+
}
31117+
31118+
.lg\:rounded-bl-md {
31119+
border-bottom-left-radius: 0.375rem !important;
31120+
}
31121+
3096231122
.lg\:rounded-tl-lg {
3096331123
border-top-left-radius: 0.5rem !important;
3096431124
}
@@ -40074,6 +40234,10 @@ video {
4007440234
border-radius: 0.25rem !important;
4007540235
}
4007640236

40237+
.xl\:rounded-md {
40238+
border-radius: 0.375rem !important;
40239+
}
40240+
4007740241
.xl\:rounded-lg {
4007840242
border-radius: 0.5rem !important;
4007940243
}
@@ -40142,6 +40306,26 @@ video {
4014240306
border-bottom-left-radius: 0.25rem !important;
4014340307
}
4014440308

40309+
.xl\:rounded-t-md {
40310+
border-top-left-radius: 0.375rem !important;
40311+
border-top-right-radius: 0.375rem !important;
40312+
}
40313+
40314+
.xl\:rounded-r-md {
40315+
border-top-right-radius: 0.375rem !important;
40316+
border-bottom-right-radius: 0.375rem !important;
40317+
}
40318+
40319+
.xl\:rounded-b-md {
40320+
border-bottom-right-radius: 0.375rem !important;
40321+
border-bottom-left-radius: 0.375rem !important;
40322+
}
40323+
40324+
.xl\:rounded-l-md {
40325+
border-top-left-radius: 0.375rem !important;
40326+
border-bottom-left-radius: 0.375rem !important;
40327+
}
40328+
4014540329
.xl\:rounded-t-lg {
4014640330
border-top-left-radius: 0.5rem !important;
4014740331
border-top-right-radius: 0.5rem !important;
@@ -40230,6 +40414,22 @@ video {
4023040414
border-bottom-left-radius: 0.25rem !important;
4023140415
}
4023240416

40417+
.xl\:rounded-tl-md {
40418+
border-top-left-radius: 0.375rem !important;
40419+
}
40420+
40421+
.xl\:rounded-tr-md {
40422+
border-top-right-radius: 0.375rem !important;
40423+
}
40424+
40425+
.xl\:rounded-br-md {
40426+
border-bottom-right-radius: 0.375rem !important;
40427+
}
40428+
40429+
.xl\:rounded-bl-md {
40430+
border-bottom-left-radius: 0.375rem !important;
40431+
}
40432+
4023340433
.xl\:rounded-tl-lg {
4023440434
border-top-left-radius: 0.5rem !important;
4023540435
}

0 commit comments

Comments
 (0)