@utility no-scrollbar { &::-webkit-scrollbar { display: none; } & { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } } @utility truncate-start { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; direction: rtl; text-align: left; }