From 962e8e4a444785f694fe86aa2afcbb3a79654193 Mon Sep 17 00:00:00 2001 From: Ian Zamojc Date: Fri, 16 Oct 2020 02:16:38 -0400 Subject: [PATCH] important --- .../fixtures/tailwind-output-important.css | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/__tests__/fixtures/tailwind-output-important.css b/__tests__/fixtures/tailwind-output-important.css index 453345b572fc..d32424977bdf 100644 --- a/__tests__/fixtures/tailwind-output-important.css +++ b/__tests__/fixtures/tailwind-output-important.css @@ -11114,6 +11114,10 @@ video { max-width: 100% !important; } +.max-w-read { + max-width: 65ch !important; +} + .max-w-screen-sm { max-width: 640px !important; } @@ -15088,6 +15092,10 @@ video { width: 100% !important; } +.w-read { + width: 65ch !important; +} + .w-screen { width: 100vw !important; } @@ -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; } @@ -32607,6 +32619,10 @@ video { width: 100% !important; } + .sm\:w-read { + width: 65ch !important; + } + .sm\:w-screen { width: 100vw !important; } @@ -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; } @@ -50096,6 +50116,10 @@ video { width: 100% !important; } + .md\:w-read { + width: 65ch !important; + } + .md\:w-screen { width: 100vw !important; } @@ -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; } @@ -67585,6 +67613,10 @@ video { width: 100% !important; } + .lg\:w-read { + width: 65ch !important; + } + .lg\:w-screen { width: 100vw !important; } @@ -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; } @@ -85074,6 +85110,10 @@ video { width: 100% !important; } + .xl\:w-read { + width: 65ch !important; + } + .xl\:w-screen { width: 100vw !important; }