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:
parent
4372d17114
commit
8ab2c4a9fc
8 changed files with 792 additions and 561 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
accent-color: #6364ff;
|
accent-color: #6364ff;
|
||||||
word-break: break-word;
|
overflow-wrap: anywhere;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #f3f2f5;
|
background-color: #f3f2f5;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -45,7 +45,7 @@ table + p {
|
||||||
.email {
|
.email {
|
||||||
min-width: 280px;
|
min-width: 280px;
|
||||||
font-family: Inter, 'Lucida Grande', sans-serif;
|
font-family: Inter, 'Lucida Grande', sans-serif;
|
||||||
word-break: break-word;
|
overflow-wrap: anywhere;
|
||||||
color: #17063b;
|
color: #17063b;
|
||||||
background-color: #f3f2f5;
|
background-color: #f3f2f5;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
format('woff2-variations');
|
format('woff2-variations');
|
||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
font-style: normal;
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1104,7 +1104,7 @@ a.name-tag,
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
word-break: break-word;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__permissions {
|
&__permissions {
|
||||||
|
|
|
@ -8385,7 +8385,7 @@ noscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
word-break: break-word;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1156,7 +1156,7 @@ code {
|
||||||
|
|
||||||
&__type {
|
&__type {
|
||||||
color: $darker-text-color;
|
color: $darker-text-color;
|
||||||
word-break: break-word;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -161,9 +161,9 @@
|
||||||
"lint-staged": "^15.0.0",
|
"lint-staged": "^15.0.0",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"react-test-renderer": "^18.2.0",
|
"react-test-renderer": "^18.2.0",
|
||||||
"stylelint": "^16.11.0",
|
"stylelint": "^16.19.1",
|
||||||
"stylelint-config-prettier-scss": "^1.0.0",
|
"stylelint-config-prettier-scss": "^1.0.0",
|
||||||
"stylelint-config-standard-scss": "^14.0.0",
|
"stylelint-config-standard-scss": "^15.0.1",
|
||||||
"typescript": "~5.7.3",
|
"typescript": "~5.7.3",
|
||||||
"typescript-eslint": "^8.29.1",
|
"typescript-eslint": "^8.29.1",
|
||||||
"vite-plugin-rails": "^0.5.0",
|
"vite-plugin-rails": "^0.5.0",
|
||||||
|
|
|
@ -15,6 +15,7 @@ module.exports = {
|
||||||
rules: {
|
rules: {
|
||||||
'at-rule-empty-line-before': null,
|
'at-rule-empty-line-before': null,
|
||||||
'color-function-notation': null,
|
'color-function-notation': null,
|
||||||
|
'color-function-alias-notation': null,
|
||||||
'color-hex-length': null,
|
'color-hex-length': null,
|
||||||
'declaration-block-no-redundant-longhand-properties': null,
|
'declaration-block-no-redundant-longhand-properties': null,
|
||||||
'no-descending-specificity': null,
|
'no-descending-specificity': null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue