Skip to content

Commit f0026a4

Browse files
authored
feat: add plus-lighter support for mix-blend-mode (#8288)
1 parent 67d2286 commit f0026a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/corePlugins.js

+1
Original file line numberDiff line numberDiff line change
@@ -1871,6 +1871,7 @@ export let corePlugins = {
18711871
'.mix-blend-saturation': { 'mix-blend-mode': 'saturation' },
18721872
'.mix-blend-color': { 'mix-blend-mode': 'color' },
18731873
'.mix-blend-luminosity': { 'mix-blend-mode': 'luminosity' },
1874+
'.mix-blend-plus-lighter': { 'mix-blend-mode': 'plus-lighter' },
18741875
})
18751876
},
18761877

0 commit comments

Comments
 (0)