Commit 80f9578
Fix multi-value arbitrary inset shadow (#17523)
Fixes #17520
Fixes multi-value inset shadows to apply the `inset` prefix to each
component instead of only the first.
Feel free to make the code nicer 😄
## Test plan
Ensure that a multi-value inset shadow now applies each shadow _inset_:
<img width="505" alt="Screenshot 2025-04-03 at 10 50 29"
src="https://github.com/user-attachments/assets/5d38de45-a16f-48fd-8e3c-b50d2740eb49"
/>
---------
Co-authored-by: Philipp Spiess <[email protected]>1 parent 4484192 commit 80f9578
File tree
3 files changed
+30
-3
lines changed- packages/tailwindcss/src
3 files changed
+30
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23263 | 23263 | | |
23264 | 23264 | | |
23265 | 23265 | | |
| 23266 | + | |
23266 | 23267 | | |
23267 | 23268 | | |
23268 | 23269 | | |
23269 | 23270 | | |
23270 | 23271 | | |
| 23272 | + | |
23271 | 23273 | | |
23272 | 23274 | | |
23273 | 23275 | | |
| |||
23319 | 23321 | | |
23320 | 23322 | | |
23321 | 23323 | | |
| 23324 | + | |
| 23325 | + | |
| 23326 | + | |
| 23327 | + | |
| 23328 | + | |
| 23329 | + | |
| 23330 | + | |
| 23331 | + | |
| 23332 | + | |
| 23333 | + | |
| 23334 | + | |
| 23335 | + | |
23322 | 23336 | | |
23323 | 23337 | | |
23324 | 23338 | | |
| |||
23359 | 23373 | | |
23360 | 23374 | | |
23361 | 23375 | | |
| 23376 | + | |
| 23377 | + | |
| 23378 | + | |
| 23379 | + | |
| 23380 | + | |
23362 | 23381 | | |
23363 | 23382 | | |
23364 | 23383 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6183 | 6183 | | |
6184 | 6184 | | |
6185 | 6185 | | |
| 6186 | + | |
| 6187 | + | |
| 6188 | + | |
| 6189 | + | |
| 6190 | + | |
| 6191 | + | |
| 6192 | + | |
6186 | 6193 | | |
6187 | 6194 | | |
6188 | | - | |
6189 | | - | |
| 6195 | + | |
| 6196 | + | |
6190 | 6197 | | |
6191 | 6198 | | |
6192 | | - | |
| 6199 | + | |
6193 | 6200 | | |
6194 | 6201 | | |
6195 | 6202 | | |
| |||
0 commit comments