Skip to content

Commit

Permalink
test: ensure mix-blend-plus-lighter works
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Oct 3, 2022
1 parent a3b1bcb commit 3d19288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-emus-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@twind/preset-tailwind': patch
---

ensure mix-blend-plus-lighter works
1 change: 1 addition & 0 deletions packages/preset-tailwind/src/rules.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@
"mix-blend-saturation": ".mix-blend-saturation{mix-blend-mode:saturation}",
"mix-blend-color": ".mix-blend-color{mix-blend-mode:color}",
"mix-blend-luminosity": ".mix-blend-luminosity{mix-blend-mode:luminosity}",
"mix-blend-plus-lighter": ".mix-blend-plus-lighter{mix-blend-mode:plus-lighter}",
"bg-blend-normal": ".bg-blend-normal{background-blend-mode:normal}",
"bg-blend-multiply": ".bg-blend-multiply{background-blend-mode:multiply}",
"bg-blend-screen": ".bg-blend-screen{background-blend-mode:screen}",
Expand Down

0 comments on commit 3d19288

Please sign in to comment.