Skip to content

Commit

Permalink
Add aspectRatio property to unitless (#3012)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrishchenko committed May 4, 2023
1 parent 5645b37 commit e6e5b3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-pants-raise.md
@@ -0,0 +1,5 @@
---
'@emotion/unitless': patch
---

Add `aspectRatio` as a unitless property
1 change: 1 addition & 0 deletions packages/unitless/src/index.js
Expand Up @@ -2,6 +2,7 @@

let unitlessKeys: { [key: string]: 1 } = {
animationIterationCount: 1,
aspectRatio: 1,
borderImageOutset: 1,
borderImageSlice: 1,
borderImageWidth: 1,
Expand Down

0 comments on commit e6e5b3d

Please sign in to comment.