Available mixins
rem() takes one or more numeric values in pixel and calculates the rem values from it.
NB: you don't have to explicitly write the px
unit.
$value
rem(14 12)
for shorthand properties such as margin
. ⚠ Multiples values should be separated by spaces.
$basefont
$basefont
value of 16
hide() mixin definitely hides an element. This mixin doesn't take parameters.
visually-hide() mixin visually hides an element. The element is still visible by screen readers. This mixin doesn't take parameters.
ellipsis() mixin add an ellipsis on text. This mixin doesn't take parameters.
reset() mixin removes every padding, margin and border of an element. This mixin doesn't take parameters.