Skip to content

Commit

Permalink
feat: add plus-lighter support for mix-blend-mode (#8288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed May 7, 2022
1 parent 67d2286 commit f0026a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/corePlugins.js
Expand Up @@ -1871,6 +1871,7 @@ export let corePlugins = {
'.mix-blend-saturation': { 'mix-blend-mode': 'saturation' },
'.mix-blend-color': { 'mix-blend-mode': 'color' },
'.mix-blend-luminosity': { 'mix-blend-mode': 'luminosity' },
'.mix-blend-plus-lighter': { 'mix-blend-mode': 'plus-lighter' },
})
},

Expand Down

0 comments on commit f0026a4

Please sign in to comment.