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.
2 parents 5a310cf + 38bf168 commit dabc2abCopy full SHA for dabc2ab
src/utils/units.ts
@@ -19,7 +19,7 @@ limitations under the License.
19
20
// converts a pixel value to rem.
21
export function toRem(pixelValue: number): string {
22
- return pixelValue / 15 + "rem";
+ return pixelValue / 10 + "rem";
23
}
24
25
export function toPx(pixelValue: number): string {
0 commit comments