Update dependency stylelint-config-standard to v38 (#29768)

* Update dependency stylelint-config-standard to v38

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2025-04-16 07:33:50 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Michael Telatynski
parent 079e1fcbc8
commit 8b06714a02
30 changed files with 55 additions and 55 deletions
@@ -14,7 +14,7 @@ Please see LICENSE files in the repository root for full details.
width: 42px;
height: 42px;
border-radius: 50%;
filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
filter: drop-shadow(0px 3px 5px rgb(0, 0, 0, 0.2));
background-color: currentColor;
display: flex;
@@ -24,7 +24,7 @@ Please see LICENSE files in the repository root for full details.
height: $ZoomButtons_button-size;
width: $ZoomButtons_button-size;
background: $background;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 12px rgb(0, 0, 0, 0.25);
.mx_ZoomButtons_icon {
$ZoomButtons_icon-size: 12px;