%PDF- %PDF-
Direktori : /var/www/html/itworks/wp-content/themes/eduma/assets/sass/bootstrap/mixins/ |
Current File : /var/www/html/itworks/wp-content/themes/eduma/assets/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; }