[Glitch] Update stylelint-config-standard-scss to version 16.0.0

Port c6de46d12d to glitch-soc

Co-authored-by: diondiondion <mail@diondiondion.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Matt Jankowski
2025-10-15 07:30:09 -04:00
committed by Claire
parent 2ccab68636
commit ef3f2ced09
6 changed files with 17 additions and 26 deletions

View File

@@ -717,7 +717,7 @@ body,
}
&__title {
word-wrap: break-word;
overflow-wrap: break-word;
}
&__timestamp {
@@ -768,7 +768,7 @@ body,
}
&__title {
word-wrap: break-word;
overflow-wrap: break-word;
}
&__timestamp {
@@ -1418,7 +1418,7 @@ a.sparkline {
.report-header {
display: grid;
grid-gap: 15px;
gap: 15px;
grid-template-columns: minmax(0, 1fr) 300px;
&__details {
@@ -1528,7 +1528,7 @@ a.sparkline {
margin: 8px 0;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
overflow-wrap: break-word;
max-height: 21px * 2;
position: relative;
font-size: 15px;
@@ -1685,7 +1685,7 @@ a.sparkline {
&__content {
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
color: $primary-text-color;
@@ -1787,7 +1787,7 @@ a.sparkline {
padding: 15px;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
color: $primary-text-color;
box-sizing: border-box;
@@ -1969,7 +1969,7 @@ a.sparkline {
border-radius: 4px;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
border: 1px solid lighten($ui-base-color, 4%);
color: $primary-text-color;