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

Highlight failed on rgb( 0, 0, 0) #44

Closed
hail2u opened this issue Dec 21, 2014 · 1 comment
Closed

Highlight failed on rgb( 0, 0, 0) #44

hail2u opened this issue Dec 21, 2014 · 1 comment
Labels

Comments

@hail2u
Copy link

hail2u commented Dec 21, 2014

css-color failed to highlight colors which have extra spaces after rgb(.

.test {
  color: rgb( 0, 0, 0);
  color: rgb(0, 0, 0);
  color: rgb(0, 0, 0 );
}

capture

@ap ap closed this as completed in e44b2b9 Dec 24, 2014
@ap ap added the bug label Dec 24, 2014
@ap
Copy link
Owner

ap commented Dec 24, 2014

Fixed. Thanks for your report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants