Skip to content

Commit

Permalink
Rebuild fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Dec 27, 2019
1 parent 5d503cc commit de5c786
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions __tests__/fixtures/tailwind-output-important.css
Original file line number Diff line number Diff line change
Expand Up @@ -5009,6 +5009,10 @@ video {
max-height: 100vh !important;
}

.max-w-none {
max-width: none !important;
}

.max-w-xs {
max-width: 20rem !important;
}
Expand Down Expand Up @@ -14279,6 +14283,10 @@ video {
max-height: 100vh !important;
}

.sm\:max-w-none {
max-width: none !important;
}

.sm\:max-w-xs {
max-width: 20rem !important;
}
Expand Down Expand Up @@ -23550,6 +23558,10 @@ video {
max-height: 100vh !important;
}

.md\:max-w-none {
max-width: none !important;
}

.md\:max-w-xs {
max-width: 20rem !important;
}
Expand Down Expand Up @@ -32821,6 +32833,10 @@ video {
max-height: 100vh !important;
}

.lg\:max-w-none {
max-width: none !important;
}

.lg\:max-w-xs {
max-width: 20rem !important;
}
Expand Down Expand Up @@ -42092,6 +42108,10 @@ video {
max-height: 100vh !important;
}

.xl\:max-w-none {
max-width: none !important;
}

.xl\:max-w-xs {
max-width: 20rem !important;
}
Expand Down
20 changes: 20 additions & 0 deletions __tests__/fixtures/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -5009,6 +5009,10 @@ video {
max-height: 100vh;
}

.max-w-none {
max-width: none;
}

.max-w-xs {
max-width: 20rem;
}
Expand Down Expand Up @@ -14279,6 +14283,10 @@ video {
max-height: 100vh;
}

.sm\:max-w-none {
max-width: none;
}

.sm\:max-w-xs {
max-width: 20rem;
}
Expand Down Expand Up @@ -23550,6 +23558,10 @@ video {
max-height: 100vh;
}

.md\:max-w-none {
max-width: none;
}

.md\:max-w-xs {
max-width: 20rem;
}
Expand Down Expand Up @@ -32821,6 +32833,10 @@ video {
max-height: 100vh;
}

.lg\:max-w-none {
max-width: none;
}

.lg\:max-w-xs {
max-width: 20rem;
}
Expand Down Expand Up @@ -42092,6 +42108,10 @@ video {
max-height: 100vh;
}

.xl\:max-w-none {
max-width: none;
}

.xl\:max-w-xs {
max-width: 20rem;
}
Expand Down

0 comments on commit de5c786

Please sign in to comment.