Skip to content
This repository was archived by the owner on Jun 21, 2021. It is now read-only.
This repository was archived by the owner on Jun 21, 2021. It is now read-only.

Not working in vscode — CLI version does #80

@ivancuric

Description

@ivancuric

So, for a while now, stylefmt doesn't seem to be able to format CSS / SCSS documents.

I'm using vscode 1.10.1, stylefmt v2.2.2 and stylelint v0.23.0 which are the latest at the time of this writing.

I'm using a .stylelintrc file with the following options:

{
  "extends": "stylelint-config-standard",
  "rules": {
    "number-leading-zero": "never",
    "declaration-empty-line-before": null,
    "at-rule-empty-line-before": null,
    "rule-empty-line-before": null,
    "rule-nested-empty-line-before": null,
    "selector-pseudo-element-colon-notation": null
  }
}

No errors are output (like when stylelint is out of date).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions