Task Solution

Write this CSS output in SCSS

.footer {
  &__title {
    &--icon {
      &:hover {
      }
    }
  }
  #{&}__title {
  }
}