Skip to content

Commit

Permalink
Add scale property as unitless (#3240)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfernald committed Aug 21, 2024
1 parent 0ce3ed0 commit 153cf88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-rice-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/unitless': minor
---

Add `scale` property as unitless
1 change: 1 addition & 0 deletions packages/unitless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ let unitlessKeys: Record<string, 1> = {
opacity: 1,
order: 1,
orphans: 1,
scale: 1,
tabSize: 1,
widows: 1,
zIndex: 1,
Expand Down

0 comments on commit 153cf88

Please sign in to comment.