Aleks Hudochenkov
Aleks Hudochenkov
From documentation: > Rule will check empty lines between properties _only_. It is expected behavior. I don't remember why it is like that.
Нету :( https://vas3k.club/post/1494/#comment-6e5338f5-2cd0-4a14-947a-acd93be4e46f
Аааа! Это объясняет. Заметил, что в батле я вижу эти иконки (коммент старше трех часов). Они, наверное, показываются только в комментах первого уровня, а в реплаях их нет.
Из кода теперь ясно. Обычный коммент: https://github.com/vas3k/vas3k.club/blob/f2707099359ac53d989e178f832b416e0420bcf9/frontend/html/comments/types/normal.html#L45-L51 Реплай проверяет `is_editable`: https://github.com/vas3k/vas3k.club/blob/f2707099359ac53d989e178f832b416e0420bcf9/frontend/html/comments/types/reply.html#L32-L37 `is_editable` как раз то, про что Вастрик говорил выше. https://github.com/vas3k/vas3k.club/blob/f2707099359ac53d989e178f832b416e0420bcf9/comments/models.py#L97-L98 Я бы сделал поведение для всех комментариев одинаковым, или...
Nope.
I think this issue should be in https://github.com/gucong3000/postcss-jsx, because we use postcss-jsx only in stylelint.
@isqua if you use CSSComb in text editor, you can set syntax to SCSS and CSSComb will work with code you provide.
To use CSSComb right now in Sublime Text we need to use `scss` scope in editor to make CSSComb work in limited mode (not all syntax changes CSSComb can parse)....
@tonyganch As I know @isqua added this for CSSComb 4. If you will be able to add this in current version of Sublime Text plugin it would be great :)...
@tonyganch that's great! Can't wait :) Sadly I don't know JS enough to support this huge project. We can ask in community accounts [@jsunderhood](https://twitter.com/jsunderhood) and [@cssunderhood](https://twitter.com/cssunderhood) at Twitter.