Closed roryashfordbentley closed 11 years ago
$mobile: 0 $columns_mobile 650px; $tablet: 651px $columns_tablet 900px; $tablet_up: 651px $columns_tablet; $desktop: 901px $columns_desktop 1200px; $desktop_up: 901px $columns_desktop; $bigscreen: 1201px $columns_bigscreen;
This should do it:
Fixed in latest commit: added $tablet_up and $ desktop_up as above.
Add additional breakpoints called $tablet_up and $desktop_up to reduce media queries and code duplication