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
期望支持如下写法的样式
.404 { margin: 0 24px; padding-bottom: 40px; }
The text was updated successfully, but these errors were encountered:
我记得 .404 在 css 中就是一个非法的选择器名字
.404
Sorry, something went wrong.
需要转义下
.\34 04 { color: yellow; }
'4'.charCodeAt(0).toString(16) // 34
https://www.w3.org/TR/CSS2/syndata.html#characters
No branches or pull requests
期望支持如下写法的样式
The text was updated successfully, but these errors were encountered: