Skip to content

Instantly share code, notes, and snippets.

View kifork's full-sized avatar

Kifor Kostiantyn kifork

View GitHub Profile
/*
** Breakpoint viewport sizes and media queries.
** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
** Description:
** Breakpoints are defined as a map of (name: minimum width), order from small to large:
(xs: 0, sm: 768px, md: 992px, lg: 1200px)
** The map defined in the `$breakpoints` global variable is used as the `$bp` argument by default.