Skip to content

Commit 6a9611a

Browse files
committed
Add spec for the new $weight parameter to invert.
1 parent 7bb7701 commit 6a9611a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.invert-with-weight {
2+
zero-percent: #eeddcc;
3+
ten-percent: #d8cabd;
4+
keyword: #d8cabd;
5+
one-hundred-percent: #112233; }
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.invert-with-weight {
2+
zero-percent: invert(#edc, 0%);
3+
ten-percent: invert(#edc, 10%);
4+
keyword: invert(#edc, $weight: 10%);
5+
one-hundred-percent: invert(#edc, 100%);
6+
}

0 commit comments

Comments
 (0)