frontend:scss
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
frontend:scss [2016/09/09 10:56] – memory | frontend:scss [2023/12/03 10:24] (当前版本) – 外部编辑 127.0.0.1 | ||
---|---|---|---|
行 53: | 行 53: | ||
</ | </ | ||
+ | ==== CSS实现折行 ==== | ||
+ | |||
+ | From [[https:// | ||
+ | |||
+ | <code css text-overflow.scss> | ||
+ | /* | ||
+ | * Text overflow | ||
+ | * Requires inline-block or block for proper styling | ||
+ | */ | ||
+ | |||
+ | @mixin text-overflow() { | ||
+ | overflow: hidden; | ||
+ | text-overflow: | ||
+ | white-space: | ||
+ | } | ||
+ | </ |
frontend/scss.1473389784.txt.gz · 最后更改: 2023/12/03 10:24 (外部编辑)