chore: move style dir

This commit is contained in:
chenjiahan
2020-07-04 22:38:04 +08:00
parent 88f5fed9cf
commit eeaeace1c0
14 changed files with 1591 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
.multi-ellipsis(@lines) {
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: @lines;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
}
.ellipsis() {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}