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

在 sass 中使用 keyframes 动画的时候,提示 no mixing named keyframes #3

Open
thethreeonee opened this issue Nov 26, 2014 · 0 comments

Comments

@thethreeonee
Copy link

你好,
我在我的 scss 文件里这么写:

@import "compass/css3";

@include keyframes(breatharrow) {
  0%    {@include opacity(0.2);}
  25%   {@include opacity(0.3);}
  50%   {@include opacity(0.4);}
  100%  {@include opacity(0.5);}
}

编译的时候提示
no mixin named keyframes

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

1 participant