Merge pull request #142 in YR/star-web-components from add_auto to master

* commit '75f315da4b23119bddafd17e15a72484741625a0':
  add auto-222px
This commit is contained in:
汪昌棋 2022-11-12 16:31:47 +08:00
commit 6042c8594d
1 changed files with 1 additions and 0 deletions

View File

@ -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));