Skip to content

Commit

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

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

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

.w-read {
width: 65ch;
}

.w-screen {
width: 100vw;
}
Expand Down Expand Up @@ -26505,6 +26513,10 @@ video {
max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit 462d3b5

Please sign in to comment.