fix: compatible with changes in new versions of Sass

This commit is contained in:
Keisuke Hirata 2024-08-25 08:42:18 +09:00
parent 6b59fe77c4
commit 25f5675612

View File

@ -91,15 +91,6 @@
opacity: 0.6;
}
a {
&:first-child {
&::before {
content: '🗀 ';
}
&::after {
content: '|';
margin-left: 15px;
}
}
margin-left: 5px;
padding: 0 5px;
color: inherit;
@ -107,6 +98,15 @@
&:hover {
text-decoration: underline;
}
&:first-child {
&::before {
content: '🗀 ';
}
& ::after {
content: '|';
margin-left: 15px;
}
}
}
}
}