Merge pull request #170 in YR/star-web-components from storage_px to master

* commit '2ecd4eef476efe2382a7a75cafddd27d130fa8e2':
  添加存储部分的px
This commit is contained in:
汪昌棋 2022-11-23 18:51:57 +08:00
commit ece14c5125
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ export const autoPxStyle: CSSResult = css`
--auto-206px: calc(206px / var(--hostDevicePixelRatio));
--auto-208px: calc(208px / var(--hostDevicePixelRatio));
--auto-222px: calc(222px / var(--hostDevicePixelRatio));
--auto-250px: calc(250px / var(--hostDevicePixelRatio));
--auto-260px: calc(260px / var(--hostDevicePixelRatio));
--auto-275px: calc(275px / var(--hostDevicePixelRatio));
--auto-286px: calc(286px / var(--hostDevicePixelRatio));