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
在1.0.9(当前最新版)中,css的d:path("")压缩后会被删去,如:
d:path("")
/*压缩前*/ .icon-play path{d: path('M150 0 L75 200 L225 200 Z');right: 10px} /*压缩后*/ .icon-play path{right:10px}
The text was updated successfully, but these errors were encountered:
但是所使用的uglify-js中的tools/domprops.json文件(存放所有属性名称)内确实有"d"这个属性
uglify-js
tools/domprops.json
Sorry, something went wrong.
No branches or pull requests
在1.0.9(当前最新版)中,css的
d:path("")
压缩后会被删去,如:The text was updated successfully, but these errors were encountered: