Run UIty.css demo with a command jekyll serve
and access via localhost:4000
- xs - small mobil
- sm - mobile
- md - tablet
- lg - desktop (default)
- xl - large desktop
Uity is desktop first. Breakpoints can be configured for the four types of screens.
$lg-breakpoint
- regular desktop breakpoint (default value is1440px
)$md-breakpoint
- tablet breakpoint (default value is1024px
)$sm-breakpoint
- mobile breakpoint (default value is767px
)$xs-breakpoint
- small mobile breakpoint (default value is479px
)