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
基于2011年的这篇google的技术文章:Zen Coding — a new way of writing HTML and CSS code 结合自己在开发中的实践,整理出一些常用的zen-coding技巧。
The text was updated successfully, but these errors were encountered:
div[class='foo' role='bar']
Sorry, something went wrong.
div{foo}
div>p[class="foo"]+p[class="bar"]
No branches or pull requests
基于2011年的这篇google的技术文章:Zen Coding — a new way of writing HTML and CSS code
结合自己在开发中的实践,整理出一些常用的zen-coding技巧。
The text was updated successfully, but these errors were encountered: