Answer the question
In order to leave comments, you need to log in
Why does WebStrom underline the loop in Jade?
- for (var i = 1; i < 7; ++i) {
.col-md-2.licenses-item
.licenses-item--logo: img.licenses-item--logo--image(src='/img/index/client_1.png')
.licenses-item--desc Лицензия
- }
Answer the question
In order to leave comments, you need to log in
Apparently because it is configured to work only by nesting through tabulation, something like this:
for (var i = 1; i < 7; ++i)
.col-md-2.licenses-item
.licenses-item--logo: img.licenses-item--logo--image(src='/img/index/client_1.png')
.licenses-item--desc Лицензия
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question