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

Check include conditionals #134

Closed getdave closed 11 years ago

getdave commented 11 years ago

Some files have incorrect conditionals at the top to test for inclusion.

For example block-list is currently test for hero-unit

@if $use-hero-unit == true {
}

...rather than block list.