1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-09 16:32:54 +00:00

fix: mitigate Dart Sass depreciation warnings

This commit is contained in:
classicrocker883
2024-11-02 05:05:02 -04:00
parent 86b13c917f
commit 81d3d055e4
11 changed files with 245 additions and 227 deletions

View File

@@ -23,7 +23,7 @@
margin-left: -$timeline-width;
&::before {
@extend %timeline;
@extend %timeline !optional;
height: 72px;
left: 79px;
@@ -31,7 +31,7 @@
}
&:first-child::before {
@extend %timeline;
@extend %timeline !optional;
height: 32px;
top: 24px;
@@ -59,7 +59,7 @@
font-size: 1.1rem;
line-height: 3rem;
@extend %text-ellipsis;
@extend %text-ellipsis !optional;
&:nth-child(odd) {
background-color: var(--main-bg, #ffffff);
@@ -74,7 +74,7 @@
}
&::before {
@extend %timeline;
@extend %timeline !optional;
top: 0;
left: 77px;