Skip to content
This repository was archived by the owner on Apr 8, 2023. It is now read-only.

Releases: mrmlnc/vscode-csscomb

4.0.0

13 Dec 11:48

Choose a tag to compare

Breaking changes:

  • The sequence of determining the configuration
    1. Global and workspace Editor settings
    2. .csscomb.json or csscomb.json in workspace
    3. $HOME/csscomb.json or $HOME/.csscomb.json

Changelog:

  • Added tests!

3.2.6

10 Dec 09:27

Choose a tag to compare

Changelog:

  • Correct handler for empty config.

3.2.5

10 Dec 09:18

Choose a tag to compare

Changelog:

  • Now you can use ~ symbols inside csscomb.preset for access to HOME directory.

3.2.4

17 Nov 14:40

Choose a tag to compare

Changelog:

  • Correct work with $HOME on Linux.

3.2.3

15 Nov 17:58

Choose a tag to compare

Changelog:

  • Post-fully fix for #33 ☠️

3.2.2

15 Nov 10:58

Choose a tag to compare

Changelog:

  • Fully fix for #33

3.2.1

29 Oct 23:31

Choose a tag to compare

Changelog:

  • Allow use fullpaths (C://test.json) instead of paths inside workspace (test.json).

3.2.0

29 Oct 23:19

Choose a tag to compare

Changelog:

  • We now support the path to config in csscomb.preset option.
  • Now we use Formatters category.

3.1.2

25 Oct 10:35

Choose a tag to compare

Changelog:

  • Fundamentally fix for HTML support (#30)

3.1.1

25 Oct 09:41

Choose a tag to compare

Changelog:

  • Hotfix for HTML support