Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Feb 20, 2024
1 parent d255d8c commit 63e3ff4
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 @@ -2379,7 +2379,7 @@ export let corePlugins = {
'.mix-blend-color': { 'mix-blend-mode': 'color' },
'.mix-blend-luminosity': { 'mix-blend-mode': 'luminosity' },
'.mix-blend-plus-darker': { 'mix-blend-mode': 'plus-darker' },
'.mix-blend-plus-lighter': { 'mix-blend-mode': 'plus-lighter' }
'.mix-blend-plus-lighter': { 'mix-blend-mode': 'plus-lighter' },
})
},

Expand Down

0 comments on commit 63e3ff4

Please sign in to comment.