1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-11 09:26:53 +00:00

refactor: reduce duplicate scss

This commit is contained in:
Cotes Chung
2024-10-20 13:47:54 +08:00
parent 6f461132c0
commit c1bd9eb9ee
6 changed files with 45 additions and 38 deletions

View File

@@ -74,9 +74,8 @@
> div:first-child {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@extend %text-ellipsis;
}
}
}