Skip to content

nested parts in state cause issue #9

@zspecza

Description

@zspecza
+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;
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions