| Current Path : /home/zieirix/www/media/gantry5/engines/nucleus/scss/vendor/bootstrap5/mixins/ |
| Current File : /home/zieirix/www/media/gantry5/engines/nucleus/scss/vendor/bootstrap5/mixins/_text-truncate.scss |
// Text truncate
// Requires inline-block or block for proper styling
@mixin text-truncate() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}