Path : /var/www/clients/client0/web25/web/public/scss/bootstrap/mixins/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/clients/client0/web25/web/public/scss/bootstrap/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; }