| Current Path : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/sass/bootstrap/mixins/ |
| Current File : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/sass/bootstrap/mixins/_text-overflow.scss |
// Text overflow
// Requires inline-block or block for proper styling
@mixin text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}