chore(deps): update dependency stylelint-config-standard-scss to v15 (#34658)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-19 14:46:11 +02:00 committed by GitHub
parent 4372d17114
commit 8ab2c4a9fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 792 additions and 561 deletions

View file

@ -2,7 +2,7 @@
body {
accent-color: #6364ff;
word-break: break-word;
overflow-wrap: anywhere;
margin: 0;
background-color: #f3f2f5;
padding: 0;
@ -45,7 +45,7 @@ table + p {
.email {
min-width: 280px;
font-family: Inter, 'Lucida Grande', sans-serif;
word-break: break-word;
overflow-wrap: anywhere;
color: #17063b;
background-color: #f3f2f5;
}

View file

@ -4,5 +4,5 @@
format('woff2-variations');
font-weight: 100 900;
font-style: normal;
mso-generic-font-family: swiss; /* stylelint-disable-line property-no-unknown -- Proprietary property for Outlook on Windows. */
mso-generic-font-family: swiss;
}

View file

@ -1104,7 +1104,7 @@ a.name-tag,
display: flex;
justify-content: space-between;
margin-bottom: 0;
word-break: break-word;
overflow-wrap: anywhere;
}
&__permissions {

View file

@ -8385,7 +8385,7 @@ noscript {
}
a {
word-break: break-word;
overflow-wrap: anywhere;
}
}
}

View file

@ -1156,7 +1156,7 @@ code {
&__type {
color: $darker-text-color;
word-break: break-word;
overflow-wrap: anywhere;
}
}