AusDTO / gov-au-ui-kit

MOVED TO https://github.com/govau/uikit/
https://github.com/govau/uikit/
MIT License
19 stars 12 forks source link

bug - very small screens are not supported by grid breakpoints #385

Closed elisechant closed 7 years ago

elisechant commented 7 years ago

What I did

Because of the handling of the smallest breakpoint (gov-au-ui-kit/assets/sass/utils/_grid-settings.scss:61): $mobile: new-breakpoint(min-width $mobile-minwidth, $mobile-grid-columns);

there is no small screen handling for screens narrower than $mobile-minwidth.

What I expected to see

$mobile: new-breakpoint(max-width $mobile-minwidth, $mobile-grid-columns);