Skip to content

Commit ce25f8e

Browse files
committed
feat: utilities for opaque and no mix blend mode
1 parent 56a635a commit ce25f8e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/_05-utilities.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@
115115
mix-blend-mode: darken;
116116
}
117117

118+
.u-no-mix {
119+
mix-blend-mode: normal;
120+
}
121+
122+
.u-opacity-100 {
123+
opacity: 1;
124+
}
125+
118126
.u-opacity-90 {
119127
opacity: 0.9;
120128
}

0 commit comments

Comments
 (0)