mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix tests
This commit is contained in:
parent
0bbe669cd6
commit
64c3af5c0d
@ -587,10 +587,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -599,7 +595,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.text-md {
|
||||
.text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -668,7 +664,7 @@ button,
|
||||
}
|
||||
|
||||
.font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.text-black,
|
||||
@ -3332,10 +3328,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.sm\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.sm\:text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -3344,7 +3336,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.sm\:text-md {
|
||||
.sm\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -3413,7 +3405,7 @@ button,
|
||||
}
|
||||
|
||||
.sm\:font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.sm\:text-black,
|
||||
@ -6078,10 +6070,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.md\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.md\:text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -6090,7 +6078,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.md\:text-md {
|
||||
.md\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -6159,7 +6147,7 @@ button,
|
||||
}
|
||||
|
||||
.md\:font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.md\:text-black,
|
||||
@ -8824,10 +8812,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.lg\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.lg\:text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -8836,7 +8820,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.lg\:text-md {
|
||||
.lg\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -8905,7 +8889,7 @@ button,
|
||||
}
|
||||
|
||||
.lg\:font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.lg\:text-black,
|
||||
@ -11570,10 +11554,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.xl\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.xl\:text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -11582,7 +11562,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.xl\:text-md {
|
||||
.xl\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -11651,7 +11631,7 @@ button,
|
||||
}
|
||||
|
||||
.xl\:font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.xl\:text-black,
|
||||
|
||||
130
dist/tailwind.css
vendored
130
dist/tailwind.css
vendored
@ -587,10 +587,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -599,7 +595,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.text-md {
|
||||
.text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -668,7 +664,7 @@ button,
|
||||
}
|
||||
|
||||
.font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.text-black,
|
||||
@ -1005,31 +1001,35 @@ button,
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.wrap-normal {
|
||||
.whitespace-normal {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.wrap-none {
|
||||
.whitespace-no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wrap-pre {
|
||||
.whitespace-pre {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.wrap-pre-line {
|
||||
.whitespace-pre-line {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.wrap-pre-wrap {
|
||||
.whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.wrap-force {
|
||||
.break-words {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.wrap-truncate {
|
||||
.break-normal {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@ -3328,10 +3328,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.sm\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.sm\:text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -3340,7 +3336,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.sm\:text-md {
|
||||
.sm\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -3409,7 +3405,7 @@ button,
|
||||
}
|
||||
|
||||
.sm\:font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.sm\:text-black,
|
||||
@ -3746,31 +3742,35 @@ button,
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.sm\:wrap-normal {
|
||||
.sm\:whitespace-normal {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.sm\:wrap-none {
|
||||
.sm\:whitespace-no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sm\:wrap-pre {
|
||||
.sm\:whitespace-pre {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.sm\:wrap-pre-line {
|
||||
.sm\:whitespace-pre-line {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.sm\:wrap-pre-wrap {
|
||||
.sm\:whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.sm\:wrap-force {
|
||||
.sm\:break-words {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.sm\:wrap-truncate {
|
||||
.sm\:break-normal {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.sm\:truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@ -6070,10 +6070,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.md\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.md\:text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -6082,7 +6078,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.md\:text-md {
|
||||
.md\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -6151,7 +6147,7 @@ button,
|
||||
}
|
||||
|
||||
.md\:font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.md\:text-black,
|
||||
@ -6488,31 +6484,35 @@ button,
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.md\:wrap-normal {
|
||||
.md\:whitespace-normal {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.md\:wrap-none {
|
||||
.md\:whitespace-no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.md\:wrap-pre {
|
||||
.md\:whitespace-pre {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.md\:wrap-pre-line {
|
||||
.md\:whitespace-pre-line {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.md\:wrap-pre-wrap {
|
||||
.md\:whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.md\:wrap-force {
|
||||
.md\:break-words {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.md\:wrap-truncate {
|
||||
.md\:break-normal {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.md\:truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@ -8812,10 +8812,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.lg\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.lg\:text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -8824,7 +8820,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.lg\:text-md {
|
||||
.lg\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -8893,7 +8889,7 @@ button,
|
||||
}
|
||||
|
||||
.lg\:font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.lg\:text-black,
|
||||
@ -9230,31 +9226,35 @@ button,
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.lg\:wrap-normal {
|
||||
.lg\:whitespace-normal {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.lg\:wrap-none {
|
||||
.lg\:whitespace-no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.lg\:wrap-pre {
|
||||
.lg\:whitespace-pre {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.lg\:wrap-pre-line {
|
||||
.lg\:whitespace-pre-line {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.lg\:wrap-pre-wrap {
|
||||
.lg\:whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.lg\:wrap-force {
|
||||
.lg\:break-words {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.lg\:wrap-truncate {
|
||||
.lg\:break-normal {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.lg\:truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@ -11554,10 +11554,6 @@ button,
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.xl\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.xl\:text-xs {
|
||||
font-size: .75rem;
|
||||
}
|
||||
@ -11566,7 +11562,7 @@ button,
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.xl\:text-md {
|
||||
.xl\:text-base {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -11635,7 +11631,7 @@ button,
|
||||
}
|
||||
|
||||
.xl\:font-mono {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.xl\:text-black,
|
||||
@ -11972,31 +11968,35 @@ button,
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.xl\:wrap-normal {
|
||||
.xl\:whitespace-normal {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.xl\:wrap-none {
|
||||
.xl\:whitespace-no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.xl\:wrap-pre {
|
||||
.xl\:whitespace-pre {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.xl\:wrap-pre-line {
|
||||
.xl\:whitespace-pre-line {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.xl\:wrap-pre-wrap {
|
||||
.xl\:whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.xl\:wrap-force {
|
||||
.xl\:break-words {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.xl\:wrap-truncate {
|
||||
.xl\:break-normal {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.xl\:truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
2
dist/tailwind.css.map
vendored
2
dist/tailwind.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/tailwind.min.css
vendored
2
dist/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user