mrmlnc / vscode-csscomb

:electric_plug: VS Code plugin for CSScomb — CSS coding style formatter.
https://goo.gl/lKARa5
MIT License
65 stars 11 forks source link

This plugin is deprecated and archived #137

Open mrmlnc opened 4 years ago

mrmlnc commented 4 years ago

The main package (csscomb) that uses this extension is no longer being developed. I don't see the point in using outdated technology.

Instead of csscomb you can use the following solutions:

I am releasing the last release of this extension and archiving it.

In the last release, I will update the csscomb package to the last commit in dev.

I am ready to back to the plugin support if the main package find a maintainer and back to the active development. Right now, this is the last release (not a latest).

mrmlnc commented 4 years ago

Broken case before update CSSComb

{
    "csscomb.preset": "csscomb"
}
:root {
  --ion-font-family: 'Effra';
  font-family: var(--ion-font-family);
}