Update prettier to 3.3.3

This commit is contained in:
Fedor Indutny
2024-07-23 17:31:40 -07:00
committed by GitHub
parent 1773ad1e11
commit 24a22bf191
109 changed files with 452 additions and 392 deletions
+6 -2
View File
@@ -204,12 +204,16 @@ $SafetyTipsModal__paddingBlock: 24px;
&:focus {
@include keyboard-mode {
&::before {
box-shadow: 0 0 0 2px $color-white, 0 0 0 4px $color-accent-blue;
box-shadow:
0 0 0 2px $color-white,
0 0 0 4px $color-accent-blue;
}
}
@include dark-keyboard-mode {
&::before {
box-shadow: 0 0 0 2px $color-gray-80, 0 0 0 4px $color-accent-blue;
box-shadow:
0 0 0 2px $color-gray-80,
0 0 0 4px $color-accent-blue;
}
}
}