Closed MichaelArestad closed 8 years ago
@MichaelArestad Do you still have the error? Please tell me sample CSS code has the error if you have it.
I am still seeing this error. Both of these show up with the @keyframes error.
@keyframes fadein { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }
@-webkit-keyframes fadein { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }
@slwfleming What is StyleStats version you use? I didn't see the error in v5.1.0.
Version: 5.1.0
This is the exact output from compass of my scss:
@keyframes my-fadein{0%{opacity:0}100%{opacity:1}}
What kind of error do you have? Please paste the error message here.
Kept getting an error and noted that any
@keyframe
block prevents stylestats from being amazing.