lucidnz / bootstrapify-1

An open-source base theme for Shopify using Twitter Bootstrap
http://bootstrapify-theme.myshopify.com/
187 stars 72 forks source link

Default settings no longer work #184

Closed sinak closed 10 years ago

sinak commented 10 years ago

If background-colour is not set in settings_data.json, then you get this error:

null is not a color for `lighten'
Syntax error: null is not a color for `lighten' on line 313 of an unknown file

Since background-color isn't set by default, the theme is failing when you first download it, which isn't good.

This was introduced in fe7f36e82dad015f8e6104dfb1bfdb2858242ed1 by @stewartknapman.