Merge pull request #759 from tailwindcss/sm-screen-640

Change sm screen to 640px
This commit is contained in:
Adam Wathan 2019-03-13 19:35:30 -04:00 committed by GitHub
commit fd3dc6e9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -545,9 +545,9 @@ samp {
width: 100%;
}
@media (min-width: 568px) {
@media (min-width: 640px) {
.container {
max-width: 568px;
max-width: 640px;
}
}
@ -6601,7 +6601,7 @@ samp {
color: #e3342f;
}
@media (min-width: 568px) {
@media (min-width: 640px) {
.sm\:list-reset {
list-style: none !important;
padding: 0 !important;

View File

@ -2,7 +2,7 @@
color: red;
}
@media (min-width: 568px) {
@media (min-width: 640px) {
.sm\:example {
color: red;
}

View File

@ -545,9 +545,9 @@ samp {
width: 100%;
}
@media (min-width: 568px) {
@media (min-width: 640px) {
.container {
max-width: 568px;
max-width: 640px;
}
}
@ -6601,7 +6601,7 @@ samp {
color: #e3342f;
}
@media (min-width: 568px) {
@media (min-width: 640px) {
.sm\:list-reset {
list-style: none;
padding: 0;

View File

@ -107,7 +107,7 @@ module.exports = function() {
'64': '16rem',
},
screens: {
sm: '568px',
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',