Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Trying to use susy with middlemanapp and getting the following error after the basic setup

Syntax error: Undefined operation: "1/0.623em times 1em"
        on line 32 of .... /gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss
        etc.
        etc.

Info:

gem "middleman", "~>3.0.7"
gem "susy", "~> 1.0.5"

$ ruby -v ====> ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0]

_grid.scss

@import "susy";

$total-columns  : 12;
$column-width   : 60px;
$gutter-width   : 20px;
$grid-padding   : $gutter-width;


.container { @include container; }
share|improve this question
can you paste the offending code, please? – Eric Meyer Dec 28 '12 at 16:31
The offending code really isn't anything special, it's literally just the basic setup. i.e. .container { @include container; } – blg002 Dec 28 '12 at 16:55
What are your grid settings? – Eric Meyer Dec 28 '12 at 20:19
updated the original post with the contents of my grid file. Thank's by the way. – blg002 Dec 30 '12 at 23:51
Actually, the error you are getting is from compass vertical_rhythm module. That's interesting. Do you have any other imports or settings in your scss? Can you paste the full error, including the "etc. etc." parts? – Eric Meyer Dec 31 '12 at 20:14
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.