Skip to content

Commit

Permalink
Remove leading space in box-shadow's addDefaults call (#13334)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Pittman <jordan@cryptica.me>
  • Loading branch information
allain and thecrypticace committed Mar 23, 2024
1 parent a53d854 commit 3ba51d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corePlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -2377,7 +2377,7 @@ export let corePlugins = {
].join(', ')

return function ({ matchUtilities, addDefaults, theme }) {
addDefaults(' box-shadow', {
addDefaults('box-shadow', {
'--tw-ring-offset-shadow': '0 0 #0000',
'--tw-ring-shadow': '0 0 #0000',
'--tw-shadow': '0 0 #0000',
Expand Down

0 comments on commit 3ba51d1

Please sign in to comment.