number
@use 'more-sass' as more; .element { @include more.ellipsis; }
.element { max-inline-size: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
br
This is the coupled pair of mixins allows to manipulate over the line breaks that were set manually with br tag.
font
Shorthand for writing font- rules in syntax like vanilla CSS font property, but without specifying the required font-family property.
On this page