Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rebuild fixtures
  • Loading branch information
adamwathan committed Dec 27, 2019
commit de5c786abeed217f51afc2ec96807b065fd69ead
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