removed %reset-typo

This commit is contained in:
Jasmine W 2022-05-25 19:17:17 -04:00
parent a85b8a4705
commit 439d9e7f65
2 changed files with 3 additions and 14 deletions

View File

@ -5,10 +5,7 @@
margin: 0;
padding: 0;
}
%reset-typo {
font-size: 100%;
font-weight: normal;
}
%reset-list {
list-style: none;
}

View File

@ -23,14 +23,7 @@ h5,
h6 {
@extend %reset-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@extend %reset-typo;
}
ul {
@extend %reset-list;
}
@ -60,6 +53,5 @@ footer,
header,
hgroup,
section {
display: block
display: block;
}