$nav-color: #cccccc!default;
.nav {
  &__item {
    display: inline-block;
  }
  &__link {
    color: $nav-color;
  }
}
