Roman Dvornov
Roman Dvornov
Some notes: - double quotes excaping needed when used inside a string only, otherwise it produces incorrect result - not sure serialization should normalize numbers or url's or anything -...
`item.next` & `item.prev` must not to be `undefined`. The null-only check is deliberated here to allow detect problems in the list transform operations. I believe, a root cause should be...
Your example is correct and parser should not fail in this case. I can reproduce the problem. Definitely that's a bug, I will investigate the issue.
As I realized, there two problems: - validator web interface was created in time when CSSTree was not tolerant to errors, so any error was fatal. Currently, a parse error...
I think it's better to keep the issue open until it resolved.
@rgant Nope, that't stylelint validator issue related to preprocessor's syntax handling. I would be appreciate if you create an issue in stylelint-validator repo. Thanks
Thank you for the issue, I missed that. PR is very welcome 🙏
Thanks for suggestion. The question about integration to PostCSS is asked often enough. I glad you started the discussion here. I really appreciate it. I think this integration is possible....
@Zirro Yep, that's correct for runtime, not for source processing
Starting [`v1.1.0`](https://github.com/csstree/csstree/releases/tag/v1.1.0) the validation of at-rules is supported.