Skip to content

Commit 0c77787

Browse files
committed
fix (line-clamp): remove color property
1 parent 836df44 commit 0c77787

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scss/02-tools/_m-line-clamp.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
@mixin line-clamp($lines: 2) {
77
display: -webkit-box;
88
overflow: hidden;
9-
color: $color-light;
109
-webkit-line-clamp: #{$lines};
1110
-webkit-box-orient: vertical;
1211
}

0 commit comments

Comments
 (0)