Compass/Susy Error When Using at-breakpoint -


te error:

css/chpw.scss (line 13: mixin "at-breakpoint" not accept content block.)

the scss:

@import "compass"; @import "compass/reset"; @import "susy";  @include at-breakpoint(30em 12) {   .page { @include container; } } 

no matter try at-breakpoint keeps breaking. using ruby-2.0.0-p0 , compass-susy-plugin (0.9) susy (1.0.8).

i had same problem on windows 7. eric meyer's answer correct. typing gem uninstall compass-susy-plugin @ command line solved problem.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -