mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-18 16:17:14 +02:00
Use default cpp fmt build script.
This commit is contained in:
8
vendor/Fmt/doc/bootstrap/mixins/text-overflow.less
vendored
Normal file
8
vendor/Fmt/doc/bootstrap/mixins/text-overflow.less
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
// Text overflow
|
||||
// Requires inline-block or block for proper styling
|
||||
|
||||
.text-overflow() {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
Reference in New Issue
Block a user