-
Notifications
You must be signed in to change notification settings - Fork 679
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
background-clip加-webkit-加不上 #482
Comments
打包的时候会默认带上-webkit-前缀 |
在打包后的测试环境看没有加上 |
生产环境的包能加上,测试环境的包没加上,测试环境没法兼容低版本了吗? |
我排查一下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
字体渐变需要兼容360极速版浏览器,background-clip需要加-webkit-才能生效,但是提交代码时校验工具自动把前缀去掉了,无法保存上
The text was updated successfully, but these errors were encountered: