vscode-csscomb icon indicating copy to clipboard operation
vscode-csscomb copied to clipboard

This plugin is deprecated and archived

Open mrmlnc opened this issue 5 years ago • 1 comments

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:

  • postcss with postcss-sorting plugin. It supports CSS, Sass, Less and some forms of Stylus. It has a plugin for VS Code — click (and, yes, it's me again).
  • stylelint
  • Maybe something else

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 avatar Jul 01 '20 08:07 mrmlnc

Broken case before update CSSComb

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

mrmlnc avatar Jul 02 '20 08:07 mrmlnc