Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't dump anonymous class for mixin referenced for the first time #243

Closed
ryrych opened this issue Sep 12, 2014 · 2 comments
Closed

can't dump anonymous class for mixin referenced for the first time #243

ryrych opened this issue Sep 12, 2014 · 2 comments

Comments

@ryrych
Copy link

ryrych commented Sep 12, 2014

%input-extend is the first class / placeholder that references animate mixin:

%input-extend
  @include animate(background-color, border-color)

  border: 1px dotted transparent
  cursor: pointer
  overflow: hidden
  padding: 4px
@mixin animate($property...)
  @include transition-property($property...)
  @extend %transition-duration
  @extend %transition-timing

which in turn makes use of Compass (0.12.7) transition-property mixin.
Then I get:

Warning. Error encountered while saving cache 3cdc7334308826d2ddff66150ce71a4ea703c30b/_animations.css.sassc: can't dump anonymous class #<Class:0x0000010c22c740>

Related gems:

  • 'sass-rails', '~> 4.0.3'
  • 'compass-rails', '~> 2.0.0'
@chrisnicola
Copy link

I believe this is a duplicate of #242

@robin850
Copy link
Member

robin850 commented Nov 9, 2014

Yes, @chrisnicola is right, I'm giving it a close, thanks for reporting !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants