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/dist/lib.d.mts +1 -1
- package/dist/lib.js +17 -17
- package/dist/lib.mjs +14 -14
- package/index.css +180 -71
- package/package.json +2 -2
- package/preflight.css +174 -67
- package/theme.css +4 -4
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.
|
371
|
-
--drop-shadow-md: 0
|
372
|
-
--drop-shadow-lg: 0
|
373
|
-
--drop-shadow-xl: 0
|
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);
|