@mixin dotted-line-ellipsis() { // 三点リーダー white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }