add stylelint-stylistic (#25285)

Add
[stylelint-stylistic](https://github.com/elirasza/stylelint-stylistic),
autofix all issues with two manual tweaks. This restores all the
stylistic rules removed in Stylelint 15.
This commit is contained in:
silverwind 2023-06-17 15:20:32 +02:00 committed by GitHub
parent 69b1e2f103
commit 3ee8970419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 108 additions and 27 deletions

View file

@ -1844,7 +1844,6 @@
border: none;
}
@media (max-width: 991.98px) {
.diff-file-box {
scroll-margin-top: 77px; /* match .repository .diff-detail-box */
@ -1854,9 +1853,9 @@
/* TODO: this can potentially be made "global" by removing the class prefix */
.diff-file-box .ui.attached.header,
.diff-file-box .ui.attached.table {
margin: 0; /* remove fomantic negative margins */;
width: initial; /* remove fomantic over 100% width */;
max-width: initial; /* remove fomantic over 100% width */;
margin: 0; /* remove fomantic negative margins */
width: initial; /* remove fomantic over 100% width */
max-width: initial; /* remove fomantic over 100% width */
}
.repository .diff-stats {
@ -1908,7 +1907,6 @@
flex: 1
}
.repository.packages .empty {
padding-top: 70px;
padding-bottom: 100px;