File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ require('tailwindcss-blend-mode')(['responsive'])
37
37
.blend-saturation { mix-blend-mode : saturation ; }
38
38
.blend-color { mix-blend-mode : color ; }
39
39
.blend-luminosity { mix-blend-mode : luminosity ; }
40
+
40
41
.bg-blend-normal { background-blend-mode : normal ; }
41
42
.bg-blend-multiply { background-blend-mode : multiply ; }
42
43
.bg-blend-screen { background-blend-mode : screen ; }
@@ -53,6 +54,7 @@ require('tailwindcss-blend-mode')(['responsive'])
53
54
.bg-blend-saturation { background-blend-mode : saturation ; }
54
55
.bg-blend-color { background-blend-mode : color ; }
55
56
.bg-blend-luminosity { background-blend-mode : luminosity ; }
57
+
56
58
.isolate { isolation : isolate ; }
57
59
.isolate-none { isolation : auto ; }
58
60
```
You can’t perform that action at this time.
0 commit comments