Running prettier on all next.js files

This commit is contained in:
Keith Stevens
2022-12-13 21:37:52 +09:00
parent 08ede174d9
commit 288d64d1e9
6 changed files with 53 additions and 40 deletions
+8 -5
View File
@@ -14,10 +14,14 @@
}
.AppHeader {
background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
background: black;
background: linear-gradient(
217deg,
rgba(255, 0, 0, 0.8),
rgba(255, 0, 0, 0) 70.71%
),
linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%),
linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%);
background: black;
min-height: 100vh;
display: flex;
flex-direction: column;
@@ -39,4 +43,3 @@
transform: rotate(360deg);
}
}