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
color keywords will convert all text
like
body{ white: white; }
convert to
body{ #ffffff: #ffffff; }
The correct result is only convert the value will use for operate color , but not other ident
body{ white: #fff; }
The text was updated successfully, but these errors were encountered:
Merge pull request #1 from leeluolee/master
9a8f263
merge to NetEaseWD
No branches or pull requests
color keywords will convert all text
like
convert to
The correct result is only convert the value will use for operate color , but not other ident
The text was updated successfully, but these errors were encountered: