brianmaierjr / long-haul

A minimal, type-focused Jekyll theme.
http://brianmaierjr.com/long-haul
MIT License
674 stars 776 forks source link

compass errors #42

Closed ggio closed 7 years ago

ggio commented 7 years ago

Compass is detaching the header image from the corners when I bundle exec compass watch:

printscreen

I'm also receiving those warnings:

"DEPRECATION WARNING on line 87 of /var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-support.scss: #{} (...) DEPRECATION WARNING on line 92 of /var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-support.scss: #{} (...)"

I pinned the sass version to 3.4.16 in Gemfile and the warnings were gone, but the header malfunctions persisted.

brianmaierjr commented 7 years ago

Is there a live example I can look at?

ggio commented 7 years ago

yep: http://gregs.blog.br/long-haul/

brianmaierjr commented 7 years ago

I added some css to the body to fix the margin issue. Let me know if it is still happening.