Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix failing test
  • Loading branch information
reinink committed Feb 20, 2024
commit 202b787009479b8599741fb5ae08306a9b9af86a
4 changes: 4 additions & 0 deletions tests/plugins/__snapshots__/mixBlendMode.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ exports[`should test the 'mixBlendMode' plugin 1`] = `
mix-blend-mode: luminosity;
}

.mix-blend-plus-darker {
mix-blend-mode: plus-darker;
}

.mix-blend-plus-lighter {
mix-blend-mode: plus-lighter;
}
Expand Down