Skip to content

Commit 3ba51d1

Browse files
Remove leading space in box-shadow's addDefaults call (#13334)
Co-authored-by: Jordan Pittman <[email protected]>
1 parent a53d854 commit 3ba51d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corePlugins.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2377,7 +2377,7 @@ export let corePlugins = {
23772377
].join(', ')
23782378

23792379
return function ({ matchUtilities, addDefaults, theme }) {
2380-
addDefaults(' box-shadow', {
2380+
addDefaults('box-shadow', {
23812381
'--tw-ring-offset-shadow': '0 0 #0000',
23822382
'--tw-ring-shadow': '0 0 #0000',
23832383
'--tw-shadow': '0 0 #0000',

0 commit comments

Comments
 (0)