Hi,

First, thanks for this theme, it has been my favourite for years :)

There is however a small problem with the Gemfile: the versions are swapped.

It should be

gem 'bourbon', '4.0.2'    # Import Bourbon SASS framework.
gem 'neat', '1.7.0pre'           # Import Bourbon Neat grid framework

Instead of

gem 'bourbon', '1.7.0pre'    # Import Bourbon SASS framework.
gem 'neat', '4.0.2'           # Import Bourbon Neat grid framework

Also, the final version 1.7.0 of neat came out, for information. I think it's safe to change the Gemfile.

Cheers !

CommentFileSizeAuthor
#2 gem-versions-2400259-2.patch895 bytesakalata
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

krisp1’s picture

Same issue here. Swap proved effective. Could this issue be closed now?

akalata’s picture

Status: Active » Needs review
FileSize
895 bytes

@krisp1 issue can't be closed until the problem is fixed in the module's code -- here's a patch that should help that along.

  • joelpittet committed d907135 on 7.x-4.x authored by akalata
    Issue #2400259 by akalata, krisp1, mzwyssig: Gemfile and Bourbon/Neat...
joelpittet’s picture

Status: Needs review » Fixed

Thanks and I fixed the Readme to include sass-globbing require since there is no compass.

Didn't use the patch because bundler can deal with the versions and dependencies just fine and upgraded bourbon and neat as well.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.