Skip to content
New issue

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

nested parts in state cause issue #9

Open
zspecza opened this issue Jul 13, 2015 · 0 comments
Open

nested parts in state cause issue #9

zspecza opened this issue Jul 13, 2015 · 0 comments
Assignees
Labels

Comments

@zspecza
Copy link
Owner

zspecza commented Jul 13, 2015

+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;
}
@zspecza zspecza added the bug label Jul 13, 2015
@zspecza zspecza self-assigned this Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant