[Glitch] Upgrade to Stylelint 15 with Prettier

Port 0c9d455ea5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Nick Schonning
2023-02-12 22:57:03 -05:00
committed by Claire
parent 7e64eef73b
commit ea9a1d79df
31 changed files with 406 additions and 206 deletions

View File

@ -38,7 +38,8 @@ $doodleBg: #d9e1e8;
margin-right: 2px;
}
input[type="number"],input[type="text"] {
input[type='number'],
input[type='text'] {
width: 40px;
}
span.val {
@ -52,7 +53,7 @@ $doodleBg: #d9e1e8;
.doodle-palette {
padding-right: 0 !important;
border: 1px solid black;
line-height: .2rem;
line-height: 0.2rem;
flex-grow: 0;
background: white;
@ -60,14 +61,15 @@ $doodleBg: #d9e1e8;
appearance: none;
width: 1rem;
height: 1rem;
margin: 0; padding: 0;
margin: 0;
padding: 0;
text-align: center;
color: black;
text-shadow: 0 0 1px white;
cursor: pointer;
box-shadow: inset 0 0 1px rgba(white, .5);
box-shadow: inset 0 0 1px rgba(white, 0.5);
border: 1px solid black;
outline-offset:-1px;
outline-offset: -1px;
&.foreground {
outline: 1px dashed white;