We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4363c commit b3ab44bCopy full SHA for b3ab44b
example.html
@@ -51,7 +51,7 @@
51
@keyframes me { /* ♻️ Looped animation @keyframes can be scoped! (Use me-* or me_* for more names) */
52
0% { transform: translateY(0px); }
53
50% { transform: translateY(20px); }
54
- 100% { transform: translateY(0px); }
+ 100% { transform: translateY(0px); }
55
}
56
/* Plain CSS works untouched! */
57
h1, h2, h3 { font-size: 3rem; margin: 20px 0; }
0 commit comments