1
1
mirror of https://github.com/primer/css.git synced 2024-12-12 10:47:14 +03:00
css/.changeset
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
..
config.json Matching primer/components 2021-03-25 13:12:06 -07:00
README.md Creating changesets workflow 2021-03-21 21:50:54 -07:00
slow-pumas-arrive.md fix: deprecation warning about using / for division (#1452) 2021-06-15 21:33:59 +09:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation