refactor: clean

This commit is contained in:
Lucas Larroche 2023-04-02 10:05:01 +07:00
parent 00f1486a04
commit 65bedda83a
3 changed files with 3 additions and 4 deletions

View file

@ -124,8 +124,8 @@
// Margin-top for nested lists
// 1. Remove the margin on nested lists in Chrome, Edge, IE, and Safari
:where(dl, ol, ul) :where(dl, ol, ul) {
margin: 0; // 1
margin-top: calc(var(#{$}typography-spacing-vertical) * 0.25);
margin: 0; // 1
margin-top: calc(var(#{$}typography-spacing-vertical) * 0.25);
}
ul li {