Undefined mixin after upgrading to most recent versions of Sass, Compass, Breakpoint-Sass and Toolkit-Sass

220 Views Asked by At

After upgrading today to the most recent versions of Sass, Compass, Breakpoint-Sass and Toolkit-Sass I get for every mixin used im my theme an undefined mixin error.

my current gemfile includes these version:
gem 'compass-aurora', '~>3.0.8'
gem 'toolkit', '~>2.0.0.alpha.3'
gem 'breakpoint', '~>2.4.1'

after doing again a bundle install toolkit version 2.0.0.alpha.5 got installed. Might there be going on something and do I have to be a bit more patient? I know, toolkit is in alpha state ...

Thanks for any advice

1

There are 1 best solutions below

1
On

Compass Aurora isn't yet compatible with with all of the new goodies in Toolkit and Breakpoint. When it is, the gem will be updated.