Skip to content

Commit 06352a8

Browse files
authored
Merge pull request #1281 from tailwindcss/rounded-md
Add rounded-md
2 parents 6312c76 + 84e1816 commit 06352a8

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
}
@@ -12265,6 +12305,10 @@ video {
1226512305
border-radius: 0.25rem !important;
1226612306
}
1226712307

12308+
.sm\:rounded-md {
12309+
border-radius: 0.375rem !important;
12310+
}
12311+
1226812312
.sm\:rounded-lg {
1226912313
border-radius: 0.5rem !important;
1227012314
}
@@ -12333,6 +12377,26 @@ video {
1233312377
border-bottom-left-radius: 0.25rem !important;
1233412378
}
1233512379

12380+
.sm\:rounded-t-md {
12381+
border-top-left-radius: 0.375rem !important;
12382+
border-top-right-radius: 0.375rem !important;
12383+
}
12384+
12385+
.sm\:rounded-r-md {
12386+
border-top-right-radius: 0.375rem !important;
12387+
border-bottom-right-radius: 0.375rem !important;
12388+
}
12389+
12390+
.sm\:rounded-b-md {
12391+
border-bottom-right-radius: 0.375rem !important;
12392+
border-bottom-left-radius: 0.375rem !important;
12393+
}
12394+
12395+
.sm\:rounded-l-md {
12396+
border-top-left-radius: 0.375rem !important;
12397+
border-bottom-left-radius: 0.375rem !important;
12398+
}
12399+
1233612400
.sm\:rounded-t-lg {
1233712401
border-top-left-radius: 0.5rem !important;
1233812402
border-top-right-radius: 0.5rem !important;
@@ -12421,6 +12485,22 @@ video {
1242112485
border-bottom-left-radius: 0.25rem !important;
1242212486
}
1242312487

12488+
.sm\:rounded-tl-md {
12489+
border-top-left-radius: 0.375rem !important;
12490+
}
12491+
12492+
.sm\:rounded-tr-md {
12493+
border-top-right-radius: 0.375rem !important;
12494+
}
12495+
12496+
.sm\:rounded-br-md {
12497+
border-bottom-right-radius: 0.375rem !important;
12498+
}
12499+
12500+
.sm\:rounded-bl-md {
12501+
border-bottom-left-radius: 0.375rem !important;
12502+
}
12503+
1242412504
.sm\:rounded-tl-lg {
1242512505
border-top-left-radius: 0.5rem !important;
1242612506
}
@@ -21540,6 +21620,10 @@ video {
2154021620
border-radius: 0.25rem !important;
2154121621
}
2154221622

21623+
.md\:rounded-md {
21624+
border-radius: 0.375rem !important;
21625+
}
21626+
2154321627
.md\:rounded-lg {
2154421628
border-radius: 0.5rem !important;
2154521629
}
@@ -21608,6 +21692,26 @@ video {
2160821692
border-bottom-left-radius: 0.25rem !important;
2160921693
}
2161021694

21695+
.md\:rounded-t-md {
21696+
border-top-left-radius: 0.375rem !important;
21697+
border-top-right-radius: 0.375rem !important;
21698+
}
21699+
21700+
.md\:rounded-r-md {
21701+
border-top-right-radius: 0.375rem !important;
21702+
border-bottom-right-radius: 0.375rem !important;
21703+
}
21704+
21705+
.md\:rounded-b-md {
21706+
border-bottom-right-radius: 0.375rem !important;
21707+
border-bottom-left-radius: 0.375rem !important;
21708+
}
21709+
21710+
.md\:rounded-l-md {
21711+
border-top-left-radius: 0.375rem !important;
21712+
border-bottom-left-radius: 0.375rem !important;
21713+
}
21714+
2161121715
.md\:rounded-t-lg {
2161221716
border-top-left-radius: 0.5rem !important;
2161321717
border-top-right-radius: 0.5rem !important;
@@ -21696,6 +21800,22 @@ video {
2169621800
border-bottom-left-radius: 0.25rem !important;
2169721801
}
2169821802

21803+
.md\:rounded-tl-md {
21804+
border-top-left-radius: 0.375rem !important;
21805+
}
21806+
21807+
.md\:rounded-tr-md {
21808+
border-top-right-radius: 0.375rem !important;
21809+
}
21810+
21811+
.md\:rounded-br-md {
21812+
border-bottom-right-radius: 0.375rem !important;
21813+
}
21814+
21815+
.md\:rounded-bl-md {
21816+
border-bottom-left-radius: 0.375rem !important;
21817+
}
21818+
2169921819
.md\:rounded-tl-lg {
2170021820
border-top-left-radius: 0.5rem !important;
2170121821
}
@@ -30815,6 +30935,10 @@ video {
3081530935
border-radius: 0.25rem !important;
3081630936
}
3081730937

30938+
.lg\:rounded-md {
30939+
border-radius: 0.375rem !important;
30940+
}
30941+
3081830942
.lg\:rounded-lg {
3081930943
border-radius: 0.5rem !important;
3082030944
}
@@ -30883,6 +31007,26 @@ video {
3088331007
border-bottom-left-radius: 0.25rem !important;
3088431008
}
3088531009

31010+
.lg\:rounded-t-md {
31011+
border-top-left-radius: 0.375rem !important;
31012+
border-top-right-radius: 0.375rem !important;
31013+
}
31014+
31015+
.lg\:rounded-r-md {
31016+
border-top-right-radius: 0.375rem !important;
31017+
border-bottom-right-radius: 0.375rem !important;
31018+
}
31019+
31020+
.lg\:rounded-b-md {
31021+
border-bottom-right-radius: 0.375rem !important;
31022+
border-bottom-left-radius: 0.375rem !important;
31023+
}
31024+
31025+
.lg\:rounded-l-md {
31026+
border-top-left-radius: 0.375rem !important;
31027+
border-bottom-left-radius: 0.375rem !important;
31028+
}
31029+
3088631030
.lg\:rounded-t-lg {
3088731031
border-top-left-radius: 0.5rem !important;
3088831032
border-top-right-radius: 0.5rem !important;
@@ -30971,6 +31115,22 @@ video {
3097131115
border-bottom-left-radius: 0.25rem !important;
3097231116
}
3097331117

31118+
.lg\:rounded-tl-md {
31119+
border-top-left-radius: 0.375rem !important;
31120+
}
31121+
31122+
.lg\:rounded-tr-md {
31123+
border-top-right-radius: 0.375rem !important;
31124+
}
31125+
31126+
.lg\:rounded-br-md {
31127+
border-bottom-right-radius: 0.375rem !important;
31128+
}
31129+
31130+
.lg\:rounded-bl-md {
31131+
border-bottom-left-radius: 0.375rem !important;
31132+
}
31133+
3097431134
.lg\:rounded-tl-lg {
3097531135
border-top-left-radius: 0.5rem !important;
3097631136
}
@@ -40090,6 +40250,10 @@ video {
4009040250
border-radius: 0.25rem !important;
4009140251
}
4009240252

40253+
.xl\:rounded-md {
40254+
border-radius: 0.375rem !important;
40255+
}
40256+
4009340257
.xl\:rounded-lg {
4009440258
border-radius: 0.5rem !important;
4009540259
}
@@ -40158,6 +40322,26 @@ video {
4015840322
border-bottom-left-radius: 0.25rem !important;
4015940323
}
4016040324

40325+
.xl\:rounded-t-md {
40326+
border-top-left-radius: 0.375rem !important;
40327+
border-top-right-radius: 0.375rem !important;
40328+
}
40329+
40330+
.xl\:rounded-r-md {
40331+
border-top-right-radius: 0.375rem !important;
40332+
border-bottom-right-radius: 0.375rem !important;
40333+
}
40334+
40335+
.xl\:rounded-b-md {
40336+
border-bottom-right-radius: 0.375rem !important;
40337+
border-bottom-left-radius: 0.375rem !important;
40338+
}
40339+
40340+
.xl\:rounded-l-md {
40341+
border-top-left-radius: 0.375rem !important;
40342+
border-bottom-left-radius: 0.375rem !important;
40343+
}
40344+
4016140345
.xl\:rounded-t-lg {
4016240346
border-top-left-radius: 0.5rem !important;
4016340347
border-top-right-radius: 0.5rem !important;
@@ -40246,6 +40430,22 @@ video {
4024640430
border-bottom-left-radius: 0.25rem !important;
4024740431
}
4024840432

40433+
.xl\:rounded-tl-md {
40434+
border-top-left-radius: 0.375rem !important;
40435+
}
40436+
40437+
.xl\:rounded-tr-md {
40438+
border-top-right-radius: 0.375rem !important;
40439+
}
40440+
40441+
.xl\:rounded-br-md {
40442+
border-bottom-right-radius: 0.375rem !important;
40443+
}
40444+
40445+
.xl\:rounded-bl-md {
40446+
border-bottom-left-radius: 0.375rem !important;
40447+
}
40448+
4024940449
.xl\:rounded-tl-lg {
4025040450
border-top-left-radius: 0.5rem !important;
4025140451
}

0 commit comments

Comments
 (0)