1
1
mirror of https://github.com/primer/css.git synced 2024-11-09 12:22:47 +03:00
css/.changeset/slow-pumas-arrive.md
mkt 8838a3ac48
fix: deprecation warning about using / for division (#1452)
* fix: replaced divisions using / with multiplications

using / for division is deprecated and the math module (math.div(x,y)) not guaranteed to be available

* added changeset

* fixed "lack of concentration" issue
2021-06-15 21:33:59 +09:00

96 B

@primer/css
patch

Division using / is deprecated. Replaced it with multiplications.