Skip to content

Commit

Permalink
add support for mix-blend-plus-darker utility
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Apr 19, 2024
1 parent aae31bb commit 1a0ffe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export function getDefaultConfig() {
'saturation',
'color',
'luminosity',
'plus-lighter',
] as const
const getAlign = () =>
['start', 'end', 'center', 'between', 'around', 'evenly', 'stretch'] as const
Expand Down Expand Up @@ -1255,7 +1254,7 @@ export function getDefaultConfig() {
* Mix Blend Mode
* @see https://tailwindcss.com/docs/mix-blend-mode
*/
'mix-blend': [{ 'mix-blend': getBlendModes() }],
'mix-blend': [{ 'mix-blend': [...getBlendModes(), 'plus-lighter', 'plus-darker'] }],
/**
* Background Blend Mode
* @see https://tailwindcss.com/docs/background-blend-mode
Expand Down

0 comments on commit 1a0ffe3

Please sign in to comment.