mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fixed issue #322 by changing the keyword regex to allow numbers in any but the first character.
This commit is contained in:
@@ -53,3 +53,7 @@ form[data-disabled] {
|
||||
p::before {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#issue322 {
|
||||
-webkit-animation: anim2 7s infinite ease-in-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user