Skip to content

Commit 0b98207

Browse files
committed
Split classes in README for easier digestion
1 parent 66af12c commit 0b98207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ require('tailwindcss-blend-mode')(['responsive'])
3737
.blend-saturation { mix-blend-mode: saturation; }
3838
.blend-color { mix-blend-mode: color; }
3939
.blend-luminosity { mix-blend-mode: luminosity; }
40+
4041
.bg-blend-normal { background-blend-mode: normal; }
4142
.bg-blend-multiply { background-blend-mode: multiply; }
4243
.bg-blend-screen { background-blend-mode: screen; }
@@ -53,6 +54,7 @@ require('tailwindcss-blend-mode')(['responsive'])
5354
.bg-blend-saturation { background-blend-mode: saturation; }
5455
.bg-blend-color { background-blend-mode: color; }
5556
.bg-blend-luminosity { background-blend-mode: luminosity; }
57+
5658
.isolate { isolation: isolate; }
5759
.isolate-none { isolation: auto; }
5860
```

0 commit comments

Comments
 (0)