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

多余的hack #43

Open
gucong3000 opened this issue Apr 5, 2016 · 3 comments
Open

多余的hack #43

gucong3000 opened this issue Apr 5, 2016 · 3 comments

Comments

@gucong3000
Copy link
Contributor

audio, canvas, progress, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

这样的CSS代码,会输出为

audio, canvas, progress, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline;
  *zoom: 1;
}

建议在插入hack语句前先检查一下是否已有hack

@yisibl
Copy link
Contributor

yisibl commented Apr 5, 2016

好的!

@gucong3000
Copy link
Contributor Author

#21
曾有个pr,我倒是有兴趣修复

@gucong3000
Copy link
Contributor Author

已修复#44
亲,麻烦review下代码哦。

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

2 participants