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
+s-component('category-scorecard') +s-has('category-list') width: 100% +s-has('category') padding: 0.5em transition: background .5s ease-in +s-is('hovered') background: #ccc cursor: pointer transition: background .5s ease-out +s-has('icon') animation: entice 500ms linear infinite
processes to
.category-scorecard--category-list--category:hover .category-scorecard--icon { -webkit-animation: entice 500ms linear infinite; animation: entice 500ms linear infinite; }
The text was updated successfully, but these errors were encountered:
zspecza
No branches or pull requests
processes to
The text was updated successfully, but these errors were encountered: