Skip to content

Commit bded6f6

Browse files
authored
Remove double quote for keyframe name(Bugfix)
Remove double quote for keyframe name(Bugfix) - Which resolve the issue of @Keyframes missing name error(which also occur in meteor)
1 parent e21fabd commit bded6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introjs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ tr.introjs-showElement > th {
440440
}
441441
}
442442

443-
@-webkit-keyframes "introjspulse" {
443+
@-webkit-keyframes introjspulse {
444444
0% {
445445
-webkit-transform: scale(0);
446446
opacity: 0.0;

0 commit comments

Comments
 (0)