Run prettier on .scss file

This commit is contained in:
Jared Palmer 2020-01-05 12:24:42 -08:00
parent 88e6948db0
commit d30e829609

View file

@ -1,7 +1,7 @@
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */ /* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
@font-face { @font-face {
font-family: 'Virgil'; font-family: "Virgil";
src: url('https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf'); src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
font-display: swap; font-display: swap;
} }
@ -58,14 +58,14 @@ body {
.tool { .tool {
position: relative; position: relative;
input[type='radio'] { input[type="radio"] {
position: absolute; position: absolute;
opacity: 0; opacity: 0;
width: 0; width: 0;
height: 0; height: 0;
} }
input[type='radio'] { input[type="radio"] {
& + .toolIcon { & + .toolIcon {
background-color: #ddd; background-color: #ddd;
@ -101,11 +101,11 @@ label {
} }
} }
input[type='number'] { input[type="number"] {
width: 30px; width: 30px;
} }
input[type='color'] { input[type="color"] {
margin: 2px; margin: 2px;
} }