zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

Block list header variable always set to true #767

Open melanieazure opened 8 years ago

melanieazure commented 8 years ago

In _block-list.scss, the variable for making block list headers uppercase is missing the !default flag.

$blocklist-header-uppercase: true;

Simply adding the !default flag will allow the variable from _settings.scss to be set properly. Thanks.