Fixed issue #322 by changing the keyword regex to allow numbers in any but the first character.

This commit is contained in:
Miles Elam
2011-08-07 20:26:00 -07:00
parent 24cc747e5e
commit 6d78b3f04f
3 changed files with 8 additions and 1 deletions

View File

@@ -53,3 +53,7 @@ form[data-disabled] {
p::before {
color: black;
}
#issue322 {
-webkit-animation: anim2 7s infinite ease-in-out;
}