gulp выдает ошибку:
Plumber found unhandled error:
Error in plugin "gulp-less"
Message:
media definitions require block statements after any features in file source\less\style.less line no. 1467
На строке 1467 и выше на строке 1466 у меня пусто, ниже - тоже ничего нет, - файл заканчивается на строке 1465.
Строки выше :
.hotel__title {
margin-bottom: 25px;
}
.hotel__text {
margin-bottom: 32px;
line-height: 24px;
}
.btn {
display: block;
padding: 19px 0;
.title-bold();
.blue();
border: none;
}
"gulp версии 4.0.2"