Migrate bare division math to parens division

Bug: T369669
Change-Id: I69b4d9d13e5fef0c4030f27434ba2f60ba7e71ab
This commit is contained in:
bwang 2024-08-05 11:17:28 -05:00
parent 3cf45dd5ab
commit bfcb00583a

View file

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