This commit is contained in:
Preet Shihn
2020-05-26 20:50:15 -07:00
parent 4cd901716f
commit 13a375bf78
8 changed files with 506 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ export function ensureKeyframes() {
}
}
`;
console.log('keyframe added');
document.head.appendChild(style);
}
}