[ACS-11306] Updated stylelint version

This commit is contained in:
Aleksander Sklorz
2026-03-27 14:31:56 +01:00
parent 09b534f40c
commit 9227d53e38
4 changed files with 7 additions and 7 deletions

View File

@@ -128,8 +128,8 @@
"node-stream-zip": "^1.14.0",
"nx": "22.5.4",
"prettier": "3.8.1",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint": "^16.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"ts-node": "^10.9.2",
"typescript": "5.9.3",
"webpack-bundle-analyzer": "^4.10.2"

View File

@@ -40,7 +40,7 @@ $search-border-radius: 4px;
gap: 4px;
}
@media screen and (max-width: 959px) {
@media screen and (width <= 959px) {
$search-width-small: 400px;
.aca-search-input {
@@ -52,13 +52,13 @@ $search-border-radius: 4px;
}
}
@media screen and (max-width: 599px) {
@media screen and (width <= 599px) {
.aca-search-input {
max-width: 220px;
}
}
@media screen and (max-width: 380px) {
@media screen and (width <= 380px) {
.aca-search-input {
max-width: 148px;
}

View File

@@ -197,7 +197,7 @@ aca-search-results {
}
}
@media (max-width: 320px) {
@media (width <= 320px) {
.adf-search-results__content-header {
flex-direction: column;
}

View File

@@ -37,7 +37,7 @@ ng-component {
@include flex-column;
}
@media screen and (max-width: 600px) {
@media screen and (width <= 600px) {
app-root,
app-about,
adf-layout-container,