Skip to content

Commit

Permalink
important
Browse files Browse the repository at this point in the history
  • Loading branch information
Soviut committed Oct 16, 2020
1 parent 597b338 commit 962e8e4
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions __tests__/fixtures/tailwind-output-important.css
Expand Up @@ -11114,6 +11114,10 @@ video {
max-width: 100% !important;
}

.max-w-read {
max-width: 65ch !important;
}

.max-w-screen-sm {
max-width: 640px !important;
}
Expand Down Expand Up @@ -15088,6 +15092,10 @@ video {
width: 100% !important;
}

.w-read {
width: 65ch !important;
}

.w-screen {
width: 100vw !important;
}
Expand Down Expand Up @@ -28633,6 +28641,10 @@ video {
max-width: 100% !important;
}

.sm\:max-w-read {
max-width: 65ch !important;
}

.sm\:max-w-screen-sm {
max-width: 640px !important;
}
Expand Down Expand Up @@ -32607,6 +32619,10 @@ video {
width: 100% !important;
}

.sm\:w-read {
width: 65ch !important;
}

.sm\:w-screen {
width: 100vw !important;
}
Expand Down Expand Up @@ -46122,6 +46138,10 @@ video {
max-width: 100% !important;
}

.md\:max-w-read {
max-width: 65ch !important;
}

.md\:max-w-screen-sm {
max-width: 640px !important;
}
Expand Down Expand Up @@ -50096,6 +50116,10 @@ video {
width: 100% !important;
}

.md\:w-read {
width: 65ch !important;
}

.md\:w-screen {
width: 100vw !important;
}
Expand Down Expand Up @@ -63611,6 +63635,10 @@ video {
max-width: 100% !important;
}

.lg\:max-w-read {
max-width: 65ch !important;
}

.lg\:max-w-screen-sm {
max-width: 640px !important;
}
Expand Down Expand Up @@ -67585,6 +67613,10 @@ video {
width: 100% !important;
}

.lg\:w-read {
width: 65ch !important;
}

.lg\:w-screen {
width: 100vw !important;
}
Expand Down Expand Up @@ -81100,6 +81132,10 @@ video {
max-width: 100% !important;
}

.xl\:max-w-read {
max-width: 65ch !important;
}

.xl\:max-w-screen-sm {
max-width: 640px !important;
}
Expand Down Expand Up @@ -85074,6 +85110,10 @@ video {
width: 100% !important;
}

.xl\:w-read {
width: 65ch !important;
}

.xl\:w-screen {
width: 100vw !important;
}
Expand Down

0 comments on commit 962e8e4

Please sign in to comment.