Artem Kovalov
Artem Kovalov
@lechnerc77, with any questions about SDK features for Kyma you can come here: https://github.com/SAP/cloud-sdk/issues We're closely monitoring this support channel and all the developers will see your question.
Hey, is this repo still active?
Hey @praveenperera, no worries, and thanks for merging. I'll check if it works in my test pipeline now.
That's crucially needed. By default prettier CLI doesn't wait for stdin if no file is given and immediately fails with an error that is not standard. For tools like prettier...
> You can also write a custom remark plugin, the frontmatter data exists on the `vFile` and can be modified by plugins. Would still be nice to have a clean...
Having this sorted in a neat way would be a killer feature. If Prism is kept as a default highlighter, which is a reasonable idea, why not exposing its API?

@nex3, this is still broken for me when `var( )` function is used: Take this input: ```css --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light); --md-sys-color-on-primary-container-high-contrast: var(--md-sys-color-on-primary-container-hight-contrast-light); ``` It is converted into a declaration with line...
Prettier ignore is still the only workaround: ```css --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light); /* prettier-ignore */ --md-sys-color-on-primary-container-high-contrast: var(--md-sys-color-on-primary-container-hight-contrast-light); ```
I've the same issue on Arch