Ensure all SCSS files are formatted with prettier

This commit is contained in:
Linus Groh
2021-11-28 17:33:32 +00:00
parent 228900ff9f
commit 7dda60d457
4 changed files with 9 additions and 2 deletions
+4 -2
View File
@@ -15,7 +15,8 @@
--pin-width: 32px;
}
html, body {
html,
body {
height: 100%;
}
@@ -85,7 +86,8 @@ pre {
display: block;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",
"Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",
"Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
"Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier,
monospace;
overflow-x: auto;
code {