Skip to content

Commit 5bc6a16

Browse files
adamwathanneupauer
andcommitted
Update tests
Co-Authored-By: Peter Neupauer <[email protected]>
1 parent 4c42248 commit 5bc6a16

5 files changed

+950
-2
lines changed

__tests__/fixtures/tailwind-output-flagged.css

+237
Original file line numberDiff line numberDiff line change
@@ -29141,6 +29141,243 @@ video {
2914129141
animation: bounce 1s infinite;
2914229142
}
2914329143

29144+
.filter {
29145+
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
29146+
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
29147+
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
29148+
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
29149+
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
29150+
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
29151+
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
29152+
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
29153+
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
29154+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-drop-shadow) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia);
29155+
}
29156+
29157+
.filter-none {
29158+
filter: none;
29159+
}
29160+
29161+
.blur-0 {
29162+
--tw-blur: blur(0);
29163+
}
29164+
29165+
.blur-sm {
29166+
--tw-blur: blur(4px);
29167+
}
29168+
29169+
.blur {
29170+
--tw-blur: blur(8px);
29171+
}
29172+
29173+
.blur-md {
29174+
--tw-blur: blur(12px);
29175+
}
29176+
29177+
.blur-lg {
29178+
--tw-blur: blur(16px);
29179+
}
29180+
29181+
.blur-xl {
29182+
--tw-blur: blur(24px);
29183+
}
29184+
29185+
.blur-2xl {
29186+
--tw-blur: blur(40px);
29187+
}
29188+
29189+
.blur-3xl {
29190+
--tw-blur: blur(64px);
29191+
}
29192+
29193+
.brightness-0 {
29194+
--tw-brightness: brightness(0);
29195+
}
29196+
29197+
.brightness-50 {
29198+
--tw-brightness: brightness(.5);
29199+
}
29200+
29201+
.brightness-75 {
29202+
--tw-brightness: brightness(.75);
29203+
}
29204+
29205+
.brightness-90 {
29206+
--tw-brightness: brightness(.9);
29207+
}
29208+
29209+
.brightness-95 {
29210+
--tw-brightness: brightness(.95);
29211+
}
29212+
29213+
.brightness-100 {
29214+
--tw-brightness: brightness(1);
29215+
}
29216+
29217+
.brightness-105 {
29218+
--tw-brightness: brightness(1.05);
29219+
}
29220+
29221+
.brightness-110 {
29222+
--tw-brightness: brightness(1.1);
29223+
}
29224+
29225+
.brightness-125 {
29226+
--tw-brightness: brightness(1.25);
29227+
}
29228+
29229+
.brightness-150 {
29230+
--tw-brightness: brightness(1.5);
29231+
}
29232+
29233+
.brightness-200 {
29234+
--tw-brightness: brightness(2);
29235+
}
29236+
29237+
.contrast-0 {
29238+
--tw-contrast: contrast(0);
29239+
}
29240+
29241+
.contrast-50 {
29242+
--tw-contrast: contrast(.5);
29243+
}
29244+
29245+
.contrast-75 {
29246+
--tw-contrast: contrast(.75);
29247+
}
29248+
29249+
.contrast-100 {
29250+
--tw-contrast: contrast(1);
29251+
}
29252+
29253+
.contrast-125 {
29254+
--tw-contrast: contrast(1.25);
29255+
}
29256+
29257+
.contrast-150 {
29258+
--tw-contrast: contrast(1.5);
29259+
}
29260+
29261+
.contrast-200 {
29262+
--tw-contrast: contrast(2);
29263+
}
29264+
29265+
.drop-shadow-sm {
29266+
--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
29267+
}
29268+
29269+
.drop-shadow {
29270+
--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
29271+
}
29272+
29273+
.drop-shadow-md {
29274+
--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
29275+
}
29276+
29277+
.drop-shadow-lg {
29278+
--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
29279+
}
29280+
29281+
.drop-shadow-xl {
29282+
--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
29283+
}
29284+
29285+
.drop-shadow-2xl {
29286+
--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
29287+
}
29288+
29289+
.drop-shadow-none {
29290+
--tw-drop-shadow: drop-shadow(0 0 #0000);
29291+
}
29292+
29293+
.grayscale-0 {
29294+
--tw-grayscale: grayscale(0);
29295+
}
29296+
29297+
.grayscale {
29298+
--tw-grayscale: grayscale(100%);
29299+
}
29300+
29301+
.hue-rotate-0 {
29302+
--tw-hue-rotate: hue-rotate(0deg);
29303+
}
29304+
29305+
.hue-rotate-15 {
29306+
--tw-hue-rotate: hue-rotate(15deg);
29307+
}
29308+
29309+
.hue-rotate-30 {
29310+
--tw-hue-rotate: hue-rotate(30deg);
29311+
}
29312+
29313+
.hue-rotate-60 {
29314+
--tw-hue-rotate: hue-rotate(60deg);
29315+
}
29316+
29317+
.hue-rotate-90 {
29318+
--tw-hue-rotate: hue-rotate(90deg);
29319+
}
29320+
29321+
.hue-rotate-180 {
29322+
--tw-hue-rotate: hue-rotate(180deg);
29323+
}
29324+
29325+
.-hue-rotate-180 {
29326+
--tw-hue-rotate: hue-rotate(-180deg);
29327+
}
29328+
29329+
.-hue-rotate-90 {
29330+
--tw-hue-rotate: hue-rotate(-90deg);
29331+
}
29332+
29333+
.-hue-rotate-60 {
29334+
--tw-hue-rotate: hue-rotate(-60deg);
29335+
}
29336+
29337+
.-hue-rotate-30 {
29338+
--tw-hue-rotate: hue-rotate(-30deg);
29339+
}
29340+
29341+
.-hue-rotate-15 {
29342+
--tw-hue-rotate: hue-rotate(-15deg);
29343+
}
29344+
29345+
.invert-0 {
29346+
--tw-invert: invert(0);
29347+
}
29348+
29349+
.invert {
29350+
--tw-invert: invert(100%);
29351+
}
29352+
29353+
.saturate-0 {
29354+
--tw-saturate: saturate(0);
29355+
}
29356+
29357+
.saturate-50 {
29358+
--tw-saturate: saturate(.5);
29359+
}
29360+
29361+
.saturate-100 {
29362+
--tw-saturate: saturate(1);
29363+
}
29364+
29365+
.saturate-150 {
29366+
--tw-saturate: saturate(1.5);
29367+
}
29368+
29369+
.saturate-200 {
29370+
--tw-saturate: saturate(2);
29371+
}
29372+
29373+
.sepia-0 {
29374+
--tw-sepia: sepia(0);
29375+
}
29376+
29377+
.sepia {
29378+
--tw-sepia: sepia(100%);
29379+
}
29380+
2914429381
.example {
2914529382
font-weight: 700;
2914629383
color: #ef4444;

0 commit comments

Comments
 (0)