8000 Add scale property as unitless (#3240) · emotion-js/emotion@153cf88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 153cf88

Browse files
Add scale property as unitless (#3240)
1 parent 0ce3ed0 commit 153cf88

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/nasty-rice-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@emotion/unitless': minor
3+
---
4+
5+
Add `scale` property as unitless

packages/unitless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ let unitlessKeys: Record<string, 1> = {
3232
opacity: 1,
3333
order: 1,
3434
orphans: 1,
35+
scale: 1,
3536
tabSize: 1,
3637
widows: 1,
3738
zIndex: 1,

0 commit comments

Comments
 (0)
0