tailwindcss 4.0.0-alpha.17 → 4.0.0-alpha.18
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 +39 -33
- package/dist/lib.d.ts +39 -33
- package/dist/lib.js +9 -9
- package/dist/lib.mjs +9 -9
- package/index.css +1 -0
- package/package.json +2 -2
- package/theme.css +1 -0
package/index.css
CHANGED
@@ -322,6 +322,7 @@
|
|
322
322
|
--drop-shadow-lg: 0 10px 8px rgb(0 0 0 / 0.04), 0 4px 3px rgb(0 0 0 / 0.1);
|
323
323
|
--drop-shadow-xl: 0 20px 13px rgb(0 0 0 / 0.03), 0 8px 5px rgb(0 0 0 / 0.08);
|
324
324
|
--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
|
325
|
+
--drop-shadow-none: 0 0 #0000;
|
325
326
|
|
326
327
|
/* Spacing */
|
327
328
|
--spacing-px: 1px;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "tailwindcss",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.18",
|
4
4
|
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"devDependencies": {
|
43
43
|
"@types/node": "^20.12.12",
|
44
44
|
"lightningcss": "^1.25.1",
|
45
|
-
"@tailwindcss/oxide": "4.0.0-alpha.
|
45
|
+
"@tailwindcss/oxide": "4.0.0-alpha.18"
|
46
46
|
},
|
47
47
|
"scripts": {
|
48
48
|
"lint": "tsc --noEmit",
|
package/theme.css
CHANGED
@@ -309,6 +309,7 @@
|
|
309
309
|
--drop-shadow-lg: 0 10px 8px rgb(0 0 0 / 0.04), 0 4px 3px rgb(0 0 0 / 0.1);
|
310
310
|
--drop-shadow-xl: 0 20px 13px rgb(0 0 0 / 0.03), 0 8px 5px rgb(0 0 0 / 0.08);
|
311
311
|
--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
|
312
|
+
--drop-shadow-none: 0 0 #0000;
|
312
313
|
|
313
314
|
/* Spacing */
|
314
315
|
--spacing-px: 1px;
|