zeljkoprsa / waterlee-boilerplate

Magento HTML5 Responsive Theme Boilerplate
Creative Commons Zero v1.0 Universal
293 stars 102 forks source link

catalog-page.scss errors upon compile #11

Closed KarlEyeWeb closed 11 years ago

KarlEyeWeb commented 11 years ago

When compiling the sass files using compass.app I receive the following error:

/* Syntax error: Undefined variable: "$h5-font-size". on line 2 of /Volumes/_//**/**_/skin/frontend/waterlee-boilerplate/default/scss/custom/catalog-page.scss

1: /Volumes/_//**/**_/skin/frontend/waterlee-boilerplate/default/scss/custom/catalog-page.scss

Even on the repo the error is present. Not a clue why because the variables used in all other sass files work fine, just not in this one.

Error can be viewed here: https://github.com/zeljkoprsa/waterlee-boilerplate/blob/master/skin/frontend/waterlee-boilerplate/default/css/custom/catalog-page.css

Any ideas?

KarlEyeWeb commented 11 years ago

I've submitted a pull request which fixes this issue.