Skip to content

Commit

Permalink
0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
heiazu committed Mar 14, 2024
1 parent ced504a commit 717ad64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions __test__/index.spec.mjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ Generated by [AVA](https://avajs.dev).
"normal": {␊
height: convertNumber2VP(100),␊
width: convertNumber2VP(200),␊
minHeight: "auto",␊
minHeight: \`auto\`,␊
maxHeight: convertNumber2VP(200),␊
minWidth: "auto",␊
minWidth: \`auto\`,␊
maxWidth: convertNumber2VP(200),␊
marginTop: convertNumber2VP(0),␊
marginRight: convertNumber2VP(20),␊
Expand Down Expand Up @@ -763,9 +763,9 @@ Generated by [AVA](https://avajs.dev).
"normal": {␊
height: scalePx2dp(100),␊
width: scalePx2dp(200),␊
minHeight: "auto",␊
minHeight: \`auto\`,␊
maxHeight: scalePx2dp(200),␊
minWidth: "auto",␊
minWidth: \`auto\`,␊
maxWidth: scalePx2dp(200),␊
margin: \`${scalePx2dp(0)} ${scalePx2dp(20)} ${scalePx2dp(0)} ${scalePx2dp(20)}\`,␊
padding: \`${scalePx2dp(30)} ${scalePx2dp(10)} ${scalePx2dp(30)} ${scalePx2dp(10)}\`,␊
Expand Down
Binary file modified __test__/index.spec.mjs.snap
Binary file not shown.

0 comments on commit 717ad64

Please sign in to comment.