fix: remove deprecated scss op

This commit is contained in:
Maciej Jur 2024-02-02 23:43:02 +01:00
parent 5d71a7924c
commit b984c9fadb
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD

View file

@ -47,7 +47,7 @@
}
$side: 5em;
$radius: $side / 2;
$radius: math.div($side, 2);
.spinner-wrap {
display: flex;