Switch from normalize.css to modern-normalize

This commit is contained in:
Alex Shpak
2025-08-25 23:49:46 +02:00
parent 80da168330
commit c339499bac
5 changed files with 134 additions and 286 deletions
+1 -3
View File
@@ -25,10 +25,8 @@ $endLevel: 6;
li {
counter-increment: item;
&:before {
> a:before {
content: counters(item, ".") ". ";
float: left;
margin-inline-end: $padding-4;
}
}
}