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

a question #20

Open
kissshot opened this issue Sep 23, 2014 · 1 comment
Open

a question #20

kissshot opened this issue Sep 23, 2014 · 1 comment

Comments

@kissshot
Copy link

==============screen.scss===================
@import "compass/reset";
@import "animation";

@include keyframes(my-animation) {
0%, 100% {
background-color: blue;
}
50% {
background-color: red;
}
};

body {
@include animation(my-animation 10s infinite);
}

=============screen.css==================================
Error: Undefined variable: "$experimental-support-for-mozilla".
on line 39 of D:/compass/test/sass/screen.scss, in `keyframes'
from line 9 of D:/compass/test/sass/screen.scss

I don't konw why?

@mirisuzanne
Copy link
Owner

The latest version of Compass uses a new approach to browser-support. We also merged this code into the compass core, so there's no reason to keep using this plugin. Yay! :)

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

2 participants