From 462d3b580fe87cc98f11a033c43d9d7f9c804e37 Mon Sep 17 00:00:00 2001 From: Ian Zamojc Date: Fri, 16 Oct 2020 02:34:21 -0400 Subject: [PATCH] opacity tests --- .../tailwind-output-no-color-opacity.css | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/__tests__/fixtures/tailwind-output-no-color-opacity.css b/__tests__/fixtures/tailwind-output-no-color-opacity.css index 5bd3596ffb4d..0f685f91257a 100644 --- a/__tests__/fixtures/tailwind-output-no-color-opacity.css +++ b/__tests__/fixtures/tailwind-output-no-color-opacity.css @@ -10330,6 +10330,10 @@ video { max-width: 100%; } +.max-w-read { + max-width: 65ch; +} + .max-w-screen-sm { max-width: 640px; } @@ -13744,6 +13748,10 @@ video { width: 100%; } +.w-read { + width: 65ch; +} + .w-screen { width: 100vw; } @@ -26505,6 +26513,10 @@ video { max-width: 100%; } + .sm\:max-w-read { + max-width: 65ch; + } + .sm\:max-w-screen-sm { max-width: 640px; } @@ -29919,6 +29931,10 @@ video { width: 100%; } + .sm\:w-read { + width: 65ch; + } + .sm\:w-screen { width: 100vw; } @@ -42650,6 +42666,10 @@ video { max-width: 100%; } + .md\:max-w-read { + max-width: 65ch; + } + .md\:max-w-screen-sm { max-width: 640px; } @@ -46064,6 +46084,10 @@ video { width: 100%; } + .md\:w-read { + width: 65ch; + } + .md\:w-screen { width: 100vw; } @@ -58795,6 +58819,10 @@ video { max-width: 100%; } + .lg\:max-w-read { + max-width: 65ch; + } + .lg\:max-w-screen-sm { max-width: 640px; } @@ -62209,6 +62237,10 @@ video { width: 100%; } + .lg\:w-read { + width: 65ch; + } + .lg\:w-screen { width: 100vw; } @@ -74940,6 +74972,10 @@ video { max-width: 100%; } + .xl\:max-w-read { + max-width: 65ch; + } + .xl\:max-w-screen-sm { max-width: 640px; } @@ -78354,6 +78390,10 @@ video { width: 100%; } + .xl\:w-read { + width: 65ch; + } + .xl\:w-screen { width: 100vw; }