We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5514c commit 6b1f911Copy full SHA for 6b1f911
packages/uniwind/src/metro/processor/units.ts
@@ -41,7 +41,7 @@ export class Units {
41
case 'dimension':
42
return this.processLength(length.value)
43
case 'percentage':
44
- return `${length.value}%`
+ return `${length.value * 100}%`
45
default:
46
this.logger.error(`Unsupported length type - ${length.type}`)
47
0 commit comments