Skip to content

Instantly share code, notes, and snippets.

View olegpolyakov's full-sized avatar

Oleg Poliakov olegpolyakov

View GitHub Profile
@olegpolyakov
olegpolyakov / bootstrap-mq.scss
Last active May 3, 2019 01:55
Bootstrap Sass Media Query Variables
//== Media queries breakpoints
// Extra small screen / phone
$screen-xs: 480px;
$screen-xs-min: $screen-xs;
// Small screen / tablet
$screen-sm: 768px;
$screen-sm-min: $screen-sm;