C
C
Cheizer2021-11-12 19:38:29
Sass
Cheizer, 2021-11-12 19:38:29

How to write an arithmetic expression in SCSS in GULP?

Please tell me how to write this construction in SCSS in GULP so that there is no error?

I used to write like this

@media screen and(max-width: 830 - 1px) {
        ........
 }
но теперь, не пойму что изменилось, может обновления какие были, теперь такая конструкция подсвечена красным, а именно МИНУС в арифметической действии, и в консоли написано на эту строку  ) expected. И если скопировать сообщение ошибки то вот такой текст
<code>
[{
  "resource": "",
  "owner": "_generated_diagnostic_collection_name_#0",
  "code": "css-rparentexpected",
  "severity": 8,
  "message": ") expected",
  "source": "scss",
  "startLineNumber": 278,
  "startColumn": 43,
  "endLineNumber": 278,
  "endColumn": 44
}]
</code>

ожидает круглую скобку где то, ничего не пойму, синтаксис весь проверил, пропущенных скобок нет, в чем дело может быть? Таких конструкций много у меня, весь док красный из за этого. Помогите разобраться.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question