@heyheyway

Почему не компилируется mixin?

Не компилируется простой миксин
@mixin portolio__row($number, $height)
  .portfolio__row
    &:nth-of-type($number)
      display: flex
      justify-content: center
      align-items: center
      img
        max-height: $height

Ошибка
Error: CSS parse error style.css: Number or identifier is expected
  156 |  .portfolio .content .portfolio__row:nth-of-type($number) {

Вызываю:
.content
  @include portolio__row(2, 100)
  • Вопрос задан
  • 120 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Похожие вопросы