File "_text-truncate.scss"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/plugins/elementor/app/assets/styles/mixins/_text-truncate.scss
File size: 176 bytes
MIME-type: text/plain
Charset: utf-8

// Utilities: Text truncate
// Requires inline-block or block for proper styling

@mixin text-truncate() {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}