We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e21e26 commit cb4363cCopy full SHA for cb4363c
example.html
@@ -47,8 +47,8 @@
47
}
48
49
/* Animations */
50
- me { animation: \me 2s ease-in-out infinite }
51
- @keyframes \me { /* ♻️ Looped animation @keyframes can be scoped using \ */
+ me { animation: me 2s ease-in-out infinite }
+ @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); }
0 commit comments