chore: lint with prettier on build

This commit is contained in:
Lucas Larroche 2022-10-15 23:22:12 +07:00
parent bf62c8ce09
commit 670826069b
40 changed files with 221 additions and 233 deletions

View file

@ -39,4 +39,4 @@
}
}
}
}
}

View file

@ -45,4 +45,4 @@
overflow-wrap: break-word; // 3
cursor: default; // 1
tab-size: 4; // 4
}
}

View file

@ -21,4 +21,4 @@
min-width: 0; // HACK for childs in overflow
}
}
}
}

View file

@ -13,4 +13,4 @@ figure {
padding: calc(var(--spacing) * 0.5) 0;
color: var(--muted-color);
}
}
}

View file

@ -5,4 +5,4 @@
section {
margin-bottom: var(--block-spacing-vertical);
}
}

View file

@ -67,4 +67,4 @@ main {
padding: var(--block-spacing-vertical) 0;
}
}
}
}