You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It fails to convert the last line.
I looked into the code and found that the code use , as the separator and since the last line lacks , it fails to convert.
In cases of prettier config, "trailingComma": "none", it is not possible for me to have trailing comma.
It could be a simple fix to handle the last line and it would be significant to avoid bugs when relying on the extension to convert the css.
And I would love to raise the PR if any of the contributors acknowledges to proceed.
FYI : @paulmolluzzo@ansumanshah@mfunkie@zachgibson
Thanks in advance.
The text was updated successfully, but these errors were encountered:
When I tried to convert the below camelCase css to kebab-case css,
the result is
It fails to convert the last line.
I looked into the code and found that the code use
,
as the separator and since the last line lacks,
it fails to convert.In cases of prettier config,
"trailingComma": "none",
it is not possible for me to have trailing comma.It could be a simple fix to handle the last line and it would be significant to avoid bugs when relying on the extension to convert the css.
And I would love to raise the PR if any of the contributors acknowledges to proceed.
FYI : @paulmolluzzo @ansumanshah @mfunkie @zachgibson
Thanks in advance.
The text was updated successfully, but these errors were encountered: