tailwindcss 4.0.0-alpha.35 → 4.0.0-alpha.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/theme.css CHANGED
@@ -367,10 +367,10 @@
367
367
  --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
368
368
 
369
369
  --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
370
- --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.1), 0 1px 1px rgb(0 0 0 / 0.06);
371
- --drop-shadow-md: 0 4px 3px rgb(0 0 0 / 0.07), 0 2px 2px rgb(0 0 0 / 0.06);
372
- --drop-shadow-lg: 0 10px 8px rgb(0 0 0 / 0.04), 0 4px 3px rgb(0 0 0 / 0.1);
373
- --drop-shadow-xl: 0 20px 13px rgb(0 0 0 / 0.03), 0 8px 5px rgb(0 0 0 / 0.08);
370
+ --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
371
+ --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
372
+ --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
373
+ --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
374
374
  --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
375
375
 
376
376
  --ease-in: cubic-bezier(0.4, 0, 1, 1);