Adding Prettier

* Added prettier with automatic useage on pre-commit to avoid style breakage
* Ran Prettier on the project
This commit is contained in:
WBHarry 2025-05-23 18:57:50 +02:00 committed by GitHub
parent 820c2df1f4
commit b24cdcc9ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
136 changed files with 13929 additions and 12206 deletions

View file

@ -68,7 +68,7 @@
color: white;
-webkit-text-stroke-color: @disadvantage;
-webkit-text-stroke-width: 1.5px;
font-weight: 400;
font-weight: 400;
}
&.advantage {
color: white;
@ -118,7 +118,7 @@
.target-section {
margin-top: 5px;
.target-container {
display: flex;
transition: all 0.2s ease-in-out;
@ -146,8 +146,8 @@
width: 22px;
height: 22px;
margin-left: 8px;
align-self: center;
border-color: transparent;
align-self: center;
border-color: transparent;
}
.target-inner-container {
@ -199,7 +199,7 @@
border-color: black;
flex-basis: calc(50% - 2px);
&:nth-of-type(n+3){
&:nth-of-type(n + 3) {
margin-top: @tinyMargin;
}
}
@ -209,4 +209,4 @@
width: 80px;
}
}
}
}