We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REPL. Svelte is under the impression that these are unused element selectors:
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
The text was updated successfully, but these errors were encountered:
smarter handling of keyframes - fixes #774
bf4e6ef
Merge pull request #775 from sveltejs/gh-774
3e94650
smarter handling of keyframes
Successfully merging a pull request may close this issue.
REPL. Svelte is under the impression that these are unused element selectors:
The text was updated successfully, but these errors were encountered: