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
组件含有@Keyframes name动画,打包的时候把被页面多次引用的组件css打包到vendor.css,这时候@Keyframes name会变成@Keyframes a,@Keyframes b,@Keyframes c等,当home页面也声明@Keyframes name动画的时候,打包到home.css也会变成@Keyframes a,@Keyframes b,@Keyframes c,这时候就存在覆盖问题,请问这个问题怎么解决,谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
组件含有@Keyframes name动画,打包的时候把被页面多次引用的组件css打包到vendor.css,这时候@Keyframes name会变成@Keyframes a,@Keyframes b,@Keyframes c等,当home页面也声明@Keyframes name动画的时候,打包到home.css也会变成@Keyframes a,@Keyframes b,@Keyframes c,这时候就存在覆盖问题,请问这个问题怎么解决,谢谢!
The text was updated successfully, but these errors were encountered: