We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好, 我在我的 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
no mixin named keyframes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,
我在我的 scss 文件里这么写:
编译的时候提示
no mixin named keyframes
The text was updated successfully, but these errors were encountered: