Skip to content

Commit

Permalink
Merge pull request tailwindlabs#1281 from tailwindcss/rounded-md
Browse files Browse the repository at this point in the history
Add rounded-md
  • Loading branch information
adamwathan authored Dec 27, 2019
2 parents 6312c76 + 84e1816 commit 06352a8
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 0 deletions.
200 changes: 200 additions & 0 deletions __tests__/fixtures/tailwind-output-important.css
Original file line number Diff line number Diff line change
Expand Up @@ -2991,6 +2991,10 @@ video {
border-radius: 0.25rem !important;
}

.rounded-md {
border-radius: 0.375rem !important;
}

.rounded-lg {
border-radius: 0.5rem !important;
}
Expand Down Expand Up @@ -3059,6 +3063,26 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-md {
border-top-left-radius: 0.375rem !important;
border-top-right-radius: 0.375rem !important;
}

.rounded-r-md {
border-top-right-radius: 0.375rem !important;
border-bottom-right-radius: 0.375rem !important;
}

.rounded-b-md {
border-bottom-right-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-md {
border-top-left-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.rounded-t-lg {
border-top-left-radius: 0.5rem !important;
border-top-right-radius: 0.5rem !important;
Expand Down Expand Up @@ -3147,6 +3171,22 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-md {
border-top-left-radius: 0.375rem !important;
}

.rounded-tr-md {
border-top-right-radius: 0.375rem !important;
}

.rounded-br-md {
border-bottom-right-radius: 0.375rem !important;
}

.rounded-bl-md {
border-bottom-left-radius: 0.375rem !important;
}

.rounded-tl-lg {
border-top-left-radius: 0.5rem !important;
}
Expand Down Expand Up @@ -12265,6 +12305,10 @@ video {
border-radius: 0.25rem !important;
}

.sm\:rounded-md {
border-radius: 0.375rem !important;
}

.sm\:rounded-lg {
border-radius: 0.5rem !important;
}
Expand Down Expand Up @@ -12333,6 +12377,26 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.sm\:rounded-t-md {
border-top-left-radius: 0.375rem !important;
border-top-right-radius: 0.375rem !important;
}

.sm\:rounded-r-md {
border-top-right-radius: 0.375rem !important;
border-bottom-right-radius: 0.375rem !important;
}

.sm\:rounded-b-md {
border-bottom-right-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.sm\:rounded-l-md {
border-top-left-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.sm\:rounded-t-lg {
border-top-left-radius: 0.5rem !important;
border-top-right-radius: 0.5rem !important;
Expand Down Expand Up @@ -12421,6 +12485,22 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.sm\:rounded-tl-md {
border-top-left-radius: 0.375rem !important;
}

.sm\:rounded-tr-md {
border-top-right-radius: 0.375rem !important;
}

.sm\:rounded-br-md {
border-bottom-right-radius: 0.375rem !important;
}

.sm\:rounded-bl-md {
border-bottom-left-radius: 0.375rem !important;
}

.sm\:rounded-tl-lg {
border-top-left-radius: 0.5rem !important;
}
Expand Down Expand Up @@ -21540,6 +21620,10 @@ video {
border-radius: 0.25rem !important;
}

.md\:rounded-md {
border-radius: 0.375rem !important;
}

.md\:rounded-lg {
border-radius: 0.5rem !important;
}
Expand Down Expand Up @@ -21608,6 +21692,26 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.md\:rounded-t-md {
border-top-left-radius: 0.375rem !important;
border-top-right-radius: 0.375rem !important;
}

.md\:rounded-r-md {
border-top-right-radius: 0.375rem !important;
border-bottom-right-radius: 0.375rem !important;
}

.md\:rounded-b-md {
border-bottom-right-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.md\:rounded-l-md {
border-top-left-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.md\:rounded-t-lg {
border-top-left-radius: 0.5rem !important;
border-top-right-radius: 0.5rem !important;
Expand Down Expand Up @@ -21696,6 +21800,22 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.md\:rounded-tl-md {
border-top-left-radius: 0.375rem !important;
}

.md\:rounded-tr-md {
border-top-right-radius: 0.375rem !important;
}

.md\:rounded-br-md {
border-bottom-right-radius: 0.375rem !important;
}

.md\:rounded-bl-md {
border-bottom-left-radius: 0.375rem !important;
}

.md\:rounded-tl-lg {
border-top-left-radius: 0.5rem !important;
}
Expand Down Expand Up @@ -30815,6 +30935,10 @@ video {
border-radius: 0.25rem !important;
}

.lg\:rounded-md {
border-radius: 0.375rem !important;
}

.lg\:rounded-lg {
border-radius: 0.5rem !important;
}
Expand Down Expand Up @@ -30883,6 +31007,26 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.lg\:rounded-t-md {
border-top-left-radius: 0.375rem !important;
border-top-right-radius: 0.375rem !important;
}

.lg\:rounded-r-md {
border-top-right-radius: 0.375rem !important;
border-bottom-right-radius: 0.375rem !important;
}

.lg\:rounded-b-md {
border-bottom-right-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.lg\:rounded-l-md {
border-top-left-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.lg\:rounded-t-lg {
border-top-left-radius: 0.5rem !important;
border-top-right-radius: 0.5rem !important;
Expand Down Expand Up @@ -30971,6 +31115,22 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.lg\:rounded-tl-md {
border-top-left-radius: 0.375rem !important;
}

.lg\:rounded-tr-md {
border-top-right-radius: 0.375rem !important;
}

.lg\:rounded-br-md {
border-bottom-right-radius: 0.375rem !important;
}

.lg\:rounded-bl-md {
border-bottom-left-radius: 0.375rem !important;
}

.lg\:rounded-tl-lg {
border-top-left-radius: 0.5rem !important;
}
Expand Down Expand Up @@ -40090,6 +40250,10 @@ video {
border-radius: 0.25rem !important;
}

.xl\:rounded-md {
border-radius: 0.375rem !important;
}

.xl\:rounded-lg {
border-radius: 0.5rem !important;
}
Expand Down Expand Up @@ -40158,6 +40322,26 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.xl\:rounded-t-md {
border-top-left-radius: 0.375rem !important;
border-top-right-radius: 0.375rem !important;
}

.xl\:rounded-r-md {
border-top-right-radius: 0.375rem !important;
border-bottom-right-radius: 0.375rem !important;
}

.xl\:rounded-b-md {
border-bottom-right-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.xl\:rounded-l-md {
border-top-left-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important;
}

.xl\:rounded-t-lg {
border-top-left-radius: 0.5rem !important;
border-top-right-radius: 0.5rem !important;
Expand Down Expand Up @@ -40246,6 +40430,22 @@ video {
border-bottom-left-radius: 0.25rem !important;
}

.xl\:rounded-tl-md {
border-top-left-radius: 0.375rem !important;
}

.xl\:rounded-tr-md {
border-top-right-radius: 0.375rem !important;
}

.xl\:rounded-br-md {
border-bottom-right-radius: 0.375rem !important;
}

.xl\:rounded-bl-md {
border-bottom-left-radius: 0.375rem !important;
}

.xl\:rounded-tl-lg {
border-top-left-radius: 0.5rem !important;
}
Expand Down
Loading

0 comments on commit 06352a8

Please sign in to comment.