getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Nav break point vars need !default #269

Closed getdave closed 10 years ago

getdave commented 10 years ago

In _defaults the defs for $nav-break- need to be designated as defaults as per the below

// Nav Breakpoints
$nav-break-1:                   $break-medium !default;
$nav-break-2:                   $break-large !default;
nickwoodland commented 10 years ago

Addressed https://github.com/getdave/Tanlinell/commit/7c9864f43ae3a0e8092755a91d7cad73c5aea18c

Closing.