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'])
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```
You can’t perform that action at this time.
0 commit comments