mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
fix css keyframes parsing
This commit is contained in:
@@ -43,3 +43,14 @@ p::before {
|
||||
#issue322 {
|
||||
-webkit-animation: anim2 7s infinite ease-in-out;
|
||||
}
|
||||
@-webkit-keyframes frames {
|
||||
0% {
|
||||
border: 1px;
|
||||
}
|
||||
5.5% {
|
||||
border: 2px;
|
||||
}
|
||||
100% {
|
||||
border: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user