We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec1e9c commit 5f8fef4Copy full SHA for 5f8fef4
example.html
@@ -84,12 +84,12 @@
84
.self ol li[n2] { /* ✨ .self is an alias! */
85
background: hsl(264 80% 50%);
86
}
87
- @keyframes wat { /* ♻️ Looped animation @keyframes can be scoped using \ */
+ @keyframes \.me { /* ♻️ Looped animation @keyframes can be scoped using \ */
88
0% { transform: translateY(0px); }
89
50% { transform: translateY(20px); }
90
100% { transform: translateY(0px); }
91
92
- .me { animation: \.me 4s ease-in-out infinite; }
+ .me { animation: \.me 2s ease-in-out infinite; }
93
h1, h2, h3 { font-size: 3rem; margin: 20px 0; } /* Plain CSS works untouched! */
94
</style>
95
<h1>🛸 Scoped style using .me</h1>
0 commit comments