tonioloewald / ios-web-app-boilerplate

see name

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios-web-app-boilerplate

See it in action

I was surprised this doesn't seem to exist in useful form anywhere, so whipped this up. It makes extensive use of css-variables, which should allow it to adapt to different mobile devices and OS versions pretty easily. Where possible, I pulled values direct from Apple HIG or by measuring screenshots.

  • My goal is for this to function as universal boilerplate, so I've added :hover and :active styles so that widgets look better on desktops.
  • Yes, it already supports darkmode (via. css-variable overrides)
  • I think maybe the size variations should be implemented as classes with css-variable overrides.

Based on (but not a fork of) html5-boilerplate.

About

see name


Languages

Language:HTML 61.3%Language:CSS 36.6%Language:JavaScript 2.0%