Added clamp-5 mixin

This commit is contained in:
Adina Țeudan 2024-05-29 21:01:39 +03:00
parent 3a9f36e71b
commit 5b7dd6a55a

View File

@ -149,6 +149,10 @@ pre {
@include mixins.line-clamp(4);
}
.clamp-5 {
@include mixins.line-clamp(5);
}
.no-wrap {
white-space: nowrap;
}