Scss files organization

+ Slim version example
This commit is contained in:
Lucas 2019-12-02 11:52:26 +07:00
parent f8e51cb875
commit 434cbe02ac
28 changed files with 1329 additions and 300 deletions

View file

@ -171,7 +171,6 @@ h6 {
// Increase headings font size inside <header>
header {
h1 {
font-size: 2rem*1.5;
}
@ -258,6 +257,7 @@ ol {
margin-bottom: $spacing-typography/2;
}
}
ul li {
list-style: square;
}
@ -305,6 +305,7 @@ ins {
color: var(--valid);
text-decoration: none;
}
// del
del {
color: var(--invalid);