lucidnz / bootstrapify-1

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

Site Refusing to pull all base styles #235

Closed sputter1302 closed 9 years ago

sputter1302 commented 9 years ago

It still pulls my custom stylesheet, but the base stylesheet compiles to contain only this:

Invalid CSS after "Liquid error:": expected pseudoclass or pseudoelement, was " invalid integer" Syntax error: Invalid CSS after "Liquid error:": expected pseudoclass or pseudoelement, was " invalid integer" on line 9266 of an unknown file

pushrax commented 9 years ago

Duplicate of https://github.com/luciddesign/bootstrapify/issues/234

@stewartknapman note that this does mean there is a range somewhere with an invalid string argument (such as "" or "asdf"). The old behaviour was to ignore those invalid arguments and use 0 as the range limit, since in Ruby to_i on random strings returns 0. You may or may not care about fixing it now that the old behaviour is back.

sputter1302 commented 9 years ago

Thanks!