.switch { @apply inline-flex bg-black p-1; } .switch__item { @apply py-4 px-8 font-alt font-normal text-xl text-white text-center; &:hover { @apply no-underline bg-grey-700; } &.switch__item--active, &.switch__item--active:hover { @apply bg-green-100; } }