you can change the display property of an element by using the following class
<div class="fixed"></div>
Class | Display value |
.display-inline | display: inline; |
.display-inline-block | display: inline-block; |
.display-block | display: block; |
.display-flex | @extend %is-flex; |
.display-grid | display: grid; |