Commit c834da4 1 parent ce7ac96 commit c834da4 Copy full SHA for c834da4
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- Add ` data ` key to theme types ([ #10023 ] ( https://github.com/tailwindlabs/tailwindcss/pull/10023 ) )
28
28
- Prevent invalid arbitrary variant selectors from failing the build ([ #10059 ] ( https://github.com/tailwindlabs/tailwindcss/pull/10059 ) )
29
29
- Properly handle subtraction followed by a variable ([ #10074 ] ( https://github.com/tailwindlabs/tailwindcss/pull/10074 ) )
30
+ - Fix missing ` string[] ` in the ` theme.dropShadow ` types ([ #10072 ] ( https://github.com/tailwindlabs/tailwindcss/pull/10072 ) )
30
31
31
32
### Changed
32
33
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ interface ThemeConfig {
209
209
blur : ResolvableTo < KeyValuePair >
210
210
brightness : ResolvableTo < KeyValuePair >
211
211
contrast : ResolvableTo < KeyValuePair >
212
- dropShadow : ResolvableTo < KeyValuePair >
212
+ dropShadow : ResolvableTo < KeyValuePair < string , string | string [ ] > >
213
213
grayscale : ResolvableTo < KeyValuePair >
214
214
hueRotate : ResolvableTo < KeyValuePair >
215
215
invert : ResolvableTo < KeyValuePair >
You can’t perform that action at this time.
0 commit comments