Merge "Migrate bare division math to parens division"

This commit is contained in:
jenkins-bot 2024-08-07 19:13:15 +00:00 committed by Gerrit Code Review
commit 280e9fb6a7

View file

@ -76,7 +76,7 @@
&::before {
// stylelint-disable-next-line declaration-no-important
top: 1.5625em / 2 !important;
top: ( 1.5625em / 2 ) !important;
}
}
}