roryashfordbentley / Flexbones

Responsive Wordpress barebones theme
MIT License
8 stars 1 forks source link

No way to upscale anything from the tablet and desktop breakpoints #2

Closed roryashfordbentley closed 11 years ago

roryashfordbentley commented 11 years ago

Add additional breakpoints called $tablet_up and $desktop_up to reduce media queries and code duplication

roryashfordbentley commented 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:

roryashfordbentley commented 11 years ago

Fixed in latest commit: added $tablet_up and $ desktop_up as above.