Replace default explicit spacing scale with multiplier system #4451
Annotations
3 errors
src/index.test.ts > `@import 'tailwindcss'` is replaced with the generated CSS:
packages/@tailwindcss-postcss/src/index.test.ts#L23
Error: Snapshot ``@import 'tailwindcss'` is replaced with the generated CSS 1` mismatched
- Expected
+ Received
"@layer theme {
- :root {
- --default-transition-duration: .15s;
- --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
- --default-font-family: var(--font-family-sans);
- --default-font-feature-settings: var(--font-family-sans--font-feature-settings);
- --default-font-variation-settings: var(--font-family-sans--font-variation-settings);
- --default-mono-font-family: var(--font-family-mono);
- --default-mono-font-feature-settings: var(--font-family-mono--font-feature-settings);
- --default-mono-font-variation-settings: var(--font-family-mono--font-variation-settings);
- --breakpoint-sm: 40rem;
- --breakpoint-md: 48rem;
- --breakpoint-lg: 64rem;
- --breakpoint-xl: 80rem;
- --breakpoint-2xl: 96rem;
- --color-black: #000;
- --color-white: #fff;
- --color-slate-50: oklch(.984 .003 247.858);
- --color-slate-100: oklch(.968 .007 247.896);
- --color-slate-200: oklch(.929 .013 255.508);
- --color-slate-300: oklch(.869 .022 252.894);
- --color-slate-400: oklch(.704 .04 256.788);
- --color-slate-500: oklch(.554 .046 257.417);
- --color-slate-600: oklch(.446 .043 257.281);
- --color-slate-700: oklch(.372 .044 257.287);
- --color-slate-800: oklch(.279 .041 260.031);
- --color-slate-900: oklch(.208 .042 265.755);
- --color-slate-950: oklch(.129 .042 264.695);
- --color-gray-50: oklch(.985 .002 247.839);
- --color-gray-100: oklch(.967 .003 264.542);
- --color-gray-200: oklch(.928 .006 264.531);
- --color-gray-300: oklch(.872 .01 258.338);
- --color-gray-400: oklch(.707 .022 261.325);
- --color-gray-500: oklch(.551 .027 264.364);
- --color-gray-600: oklch(.446 .03 256.802);
- --color-gray-700: oklch(.373 .034 259.733);
- --color-gray-800: oklch(.278 .033 256.848);
- --color-gray-900: oklch(.21 .034 264.665);
- --color-gray-950: oklch(.13 .028 261.692);
- --color-zinc-50: oklch(.985 0 0);
- --color-zinc-100: oklch(.967 .001 286.375);
- --color-zinc-200: oklch(.92 .004 286.32);
- --color-zinc-300: oklch(.871 .006 286.286);
- --color-zinc-400: oklch(.705 .015 286.067);
- --color-zinc-500: oklch(.552 .016 285.938);
- --color-zinc-600: oklch(.442 .017 285.786);
- --color-zinc-700: oklch(.37 .013 285.805);
- --color-zinc-800: oklch(.274 .006 286.033);
- --color-zinc-900: oklch(.21 .006 285.885);
- --color-zinc-950: oklch(.141 .005 285.823);
- --color-neutral-50: oklch(.985 0 0);
- --color-neutral-100: oklch(.97 0 0);
- --color-neutral-200: oklch(.922 0 0);
- --color-neutral-300: oklch(.87 0 0);
- --color-neutral-400: oklch(.708 0 0);
- --color-neutral-500: oklch(.556 0 0);
- --color-neutral-600: oklch(.439 0 0);
- --color-neutral-700: oklch(.371 0 0);
- --color-neutral-800: oklch(.269 0 0);
- --color-neutral-900: oklch(.205 0 0);
- --color-neutral-950: oklch(.145 0 0);
- --color-stone-50: oklch(.985 .001 106.423);
- --color-stone-100: oklch(.97 .001 106.424);
- --color-stone-200: oklch(.923 .003 48.717);
- --color-stone-300: oklch(.869 .005 56.366);
- --color-stone-400: oklch(.709 .01 56.259);
- --color-stone-500: oklch(.553 .013 58.071);
- --color-stone-600: oklch(.444 .011 73.639);
- --color-stone-700: oklch(.374 .01 67.558);
- --color-stone-800: oklch(.268 .007 34.298);
- --color-stone-900: oklch(.216 .006 56.043);
- --color-stone-950: oklch(.147 .004 49.25);
- --color-red-50: oklch(.971 .013 17.38);
- --color-red-100: oklch(.936 .032 17.717);
- --color-red-200: oklch(.885 .062 18.334);
- --color-red-300: oklch(.808 .114 19.571);
- --color-red-400: oklch(.704 .191 22.216);
- --color-red-500: oklch(.637 .237 25.331);
- --color-red-600: oklch(.577 .245 27.325);
- --color-red-700: oklch(.505 .213 27.518);
- --color-red-800: oklch(.444 .177 26.899);
- --color-red-900: oklch(.396 .141 25.723);
- --color-red-950: oklch(.258 .092 26.042);
- --color-orange-50: oklch(.98 .016 73.684);
- --color-orange-100: oklch(.954 .038 75.164);
- --color-orange-200: okl
|
src/index.test.ts > compiling CSS > `@tailwind utilities` is replaced by utilities using the default theme:
packages/tailwindcss/src/index.test.ts#L116
Error: Snapshot `compiling CSS > `@tailwind utilities` is replaced by utilities using the default theme 1` mismatched
- Expected
+ Received
":root {
- --default-transition-duration: .15s;
+ --default-transition-duration: .15s;
- --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
- --default-font-family: var(--font-family-sans);
+ --default-font-family: var(--font-family-sans);
- --default-font-feature-settings: var(--font-family-sans--font-feature-settings);
+ --default-font-feature-settings: var(--font-family-sans--font-feature-settings);
- --default-font-variation-settings: var(--font-family-sans--font-variation-settings);
+ --default-font-variation-settings: var(--font-family-sans--font-variation-settings);
- --default-mono-font-family: var(--font-family-mono);
+ --default-mono-font-family: var(--font-family-mono);
- --default-mono-font-feature-settings: var(--font-family-mono--font-feature-settings);
+ --default-mono-font-feature-settings: var(--font-family-mono--font-feature-settings);
- --default-mono-font-variation-settings: var(--font-family-mono--font-variation-settings);
+ --default-mono-font-variation-settings: var(--font-family-mono--font-variation-settings);
- --breakpoint-sm: 40rem;
+ --breakpoint-sm: 40rem;
- --breakpoint-md: 48rem;
+ --breakpoint-md: 48rem;
- --breakpoint-lg: 64rem;
+ --breakpoint-lg: 64rem;
- --breakpoint-xl: 80rem;
+ --breakpoint-xl: 80rem;
- --breakpoint-2xl: 96rem;
+ --breakpoint-2xl: 96rem;
- --color-black: #000;
+ --color-black: #000;
- --color-white: #fff;
+ --color-white: #fff;
- --color-slate-50: oklch(.984 .003 247.858);
+ --color-slate-50: oklch(.984 .003 247.858);
- --color-slate-100: oklch(.968 .007 247.896);
+ --color-slate-100: oklch(.968 .007 247.896);
- --color-slate-200: oklch(.929 .013 255.508);
+ --color-slate-200: oklch(.929 .013 255.508);
- --color-slate-300: oklch(.869 .022 252.894);
+ --color-slate-300: oklch(.869 .022 252.894);
- --color-slate-400: oklch(.704 .04 256.788);
+ --color-slate-400: oklch(.704 .04 256.788);
- --color-slate-500: oklch(.554 .046 257.417);
+ --color-slate-500: oklch(.554 .046 257.417);
- --color-slate-600: oklch(.446 .043 257.281);
+ --color-slate-600: oklch(.446 .043 257.281);
- --color-slate-700: oklch(.372 .044 257.287);
+ --color-slate-700: oklch(.372 .044 257.287);
- --color-slate-800: oklch(.279 .041 260.031);
+ --color-slate-800: oklch(.279 .041 260.031);
- --color-slate-900: oklch(.208 .042 265.755);
+ --color-slate-900: oklch(.208 .042 265.755);
- --color-slate-950: oklch(.129 .042 264.695);
+ --color-slate-950: oklch(.129 .042 264.695);
- --color-gray-50: oklch(.985 .002 247.839);
+ --color-gray-50: oklch(.985 .002 247.839);
- --color-gray-100: oklch(.967 .003 264.542);
+ --color-gray-100: oklch(.967 .003 264.542);
- --color-gray-200: oklch(.928 .006 264.531);
+ --color-gray-200: oklch(.928 .006 264.531);
- --color-gray-300: oklch(.872 .01 258.338);
+ --color-gray-300: oklch(.872 .01 258.338);
- --color-gray-400: oklch(.707 .022 261.325);
+ --color-gray-400: oklch(.707 .022 261.325);
- --color-gray-500: oklch(.551 .027 264.364);
+ --color-gray-500: oklch(.551 .027 264.364);
- --color-gray-600: oklch(.446 .03 256.802);
+ --color-gray-600: oklch(.446 .03 256.802);
- --color-gray-700: oklch(.373 .034 259.733);
+ --color-gray-700: oklch(.373 .034 259.733);
- --color-gray-800: oklch(.278 .033 256.848);
+ --color-gray-800: oklch(.278 .033 256.848);
- --color-gray-900: oklch(.21 .034 264.665);
+ --color-gray-900: oklch(.21 .034 264.665);
- --color-gray-950: oklch(.13 .028 261.692);
+ --color-gray-950: oklch(.13 .028 261.692);
- --color-zinc-50: oklch(.985 0 0);
+ --color-zinc-50: oklch(.985 0 0);
- --color-zinc-100: oklch(.967 .001 286.375);
+ --color-zinc-100: oklch(.967 .001 286.375);
- --color-zinc-200: oklch(.92 .004 286.32);
+ --color-zinc-200: oklch(.92 .004 286.32);
- --color-zinc-300: oklch(.871 .006 286.286);
+ --color-zinc-300: oklch(.871 .006 286.286);
- --col
|
tests (20, namespace-profile-default, false)
Process completed with exit code 1.
|