From 75f315da4b23119bddafd17e15a72484741625a0 Mon Sep 17 00:00:00 2001 From: yuanchongjun Date: Sat, 12 Nov 2022 16:19:33 +0800 Subject: [PATCH] add auto-222px --- src/components/base/auto-px-style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/base/auto-px-style.ts b/src/components/base/auto-px-style.ts index b7940c9..85e6bfb 100644 --- a/src/components/base/auto-px-style.ts +++ b/src/components/base/auto-px-style.ts @@ -46,6 +46,7 @@ export const autoPxStyle: CSSResult = css` --auto-201px: calc(201px / var(--hostDevicePixelRatio)); --auto-206px: calc(206px / var(--hostDevicePixelRatio)); --auto-208px: calc(208px / var(--hostDevicePixelRatio)); + --auto-222px: calc(222px / var(--hostDevicePixelRatio)); --auto-260px: calc(260px / var(--hostDevicePixelRatio)); --auto-310px: calc(310px / var(--hostDevicePixelRatio)); --auto-312px: calc(312px / var(--hostDevicePixelRatio));