Added clamp-5 mixin
This commit is contained in:
parent
3a9f36e71b
commit
5b7dd6a55a
@ -149,6 +149,10 @@ pre {
|
||||
@include mixins.line-clamp(4);
|
||||
}
|
||||
|
||||
.clamp-5 {
|
||||
@include mixins.line-clamp(5);
|
||||
}
|
||||
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user