Commit 4f63a5a
Inline theme values in
This PR updates the default `drop-shadow-*` values to use a single
shadow instead of multiple shadows.
This ensures that the usage with `drop-shadow(var(--drop-shadow-xl))` is
correct because the `drop-shadow(…)` needs to encode a single drop
shadow.
---------
Co-authored-by: Robin Malfait <[email protected]>drop-shadow (#15056)1 parent fcf948f commit 4f63a5a
File tree
5 files changed
+26
-16
lines changed- packages
- @tailwindcss-postcss/src/__snapshots__
- tailwindcss
- src
- __snapshots__
5 files changed
+26
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13613 | 13613 | | |
13614 | 13614 | | |
13615 | 13615 | | |
13616 | | - | |
13617 | | - | |
| 13616 | + | |
| 13617 | + | |
13618 | 13618 | | |
13619 | 13619 | | |
13620 | 13620 | | |
| |||
13639 | 13639 | | |
13640 | 13640 | | |
13641 | 13641 | | |
| 13642 | + | |
13642 | 13643 | | |
13643 | 13644 | | |
13644 | 13645 | | |
| |||
13653 | 13654 | | |
13654 | 13655 | | |
13655 | 13656 | | |
13656 | | - | |
13657 | | - | |
| 13657 | + | |
| 13658 | + | |
13658 | 13659 | | |
13659 | 13660 | | |
13660 | 13661 | | |
| |||
13692 | 13693 | | |
13693 | 13694 | | |
13694 | 13695 | | |
| 13696 | + | |
| 13697 | + | |
| 13698 | + | |
| 13699 | + | |
| 13700 | + | |
13695 | 13701 | | |
13696 | 13702 | | |
13697 | 13703 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
0 commit comments