mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
lint
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ in
|
||||
exec = "oxlint --type-aware";
|
||||
};
|
||||
"lint:style" = {
|
||||
exec = ''stylelint "ui/**/*.scss"'';
|
||||
exec = ''stylelint "ui/**/*.scss" --fix'';
|
||||
};
|
||||
"format:ui" = {
|
||||
exec = "oxfmt";
|
||||
|
||||
@@ -105,6 +105,7 @@
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.go-to-pinned {
|
||||
margin: 1.5em 1em 1em 1em;
|
||||
text-align: right;
|
||||
|
||||
@@ -876,6 +876,7 @@
|
||||
text-align: end;
|
||||
color: $c-font-dimmer;
|
||||
}
|
||||
|
||||
&--pinned::before {
|
||||
color: $c-accent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user