Skip to content

Improved class and ID regex selector match. #73

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

Merged
merged 1 commit into from
Jun 9, 2015
Merged

Improved class and ID regex selector match. #73

merged 1 commit into from
Jun 9, 2015

Conversation

andy-shea
Copy link

This fixes the incorrect matching of floating point keyframe values as class names:

@keyframes z {
  2.5% {color: green;}
}

Previously, the "5" in "2.5%" would be matched as a class name. This commit fixes that.

@sokra sokra merged commit af82ba7 into webpack-contrib:master Jun 9, 2015
@sokra
Copy link
Member

sokra commented Jun 9, 2015

Thanks

@andy-shea andy-shea deleted the class_and_id_regex_fix branch June 9, 2015 20:08
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

Successfully merging this pull request may close these issues.

2 participants