Closed solutionizer closed 8 years ago
This is caused by this piece of code in the css file:
@-ms-keyframes animate-tooltip {
tooltip 0% {
opacity: 0;
}
tooltip 50% {
opacity: .5;
}
tooltip 60% {
opacity: .8;
}
tooltip 70% {
opacity: .9;
}
tooltip 90% {
opacity: 1;
}
}
I believe this should be like this:
@-ms-keyframes animate-tooltip {
0% {
opacity: 0;
}
50% {
opacity: .5;
}
60% {
opacity: .8;
}
70% {
opacity: .9;
}
90% {
opacity: 1;
}
}
Hi, thanks for spotting out this, just update to 1.1.8 version and you should be fine with this. 👍
Getting errror on rails assert pre-compile