Skip to content

Releases: mrcrowl/vscode-easy-less

Upgrade to less 4.5.1

26 Dec 20:13

Choose a tag to compare

v2.0.4

18 Aug 04:37

Choose a tag to compare

  • Upgraded less to v4.4.0

v2.0.2

11 Jul 00:45

Choose a tag to compare

  • Added command to compile all less files in workspace (Thanks ChrisWu11).
  • Updated less to v4.2.0.

v2.0.0

17 Feb 04:37

Choose a tag to compare

  • Added support for an extensibility API. See README for details.

v1.7.4

16 Jul 13:24

Choose a tag to compare

  • Added support for optional quotes around string inline options (main, out, math and autoprefixer), so that they look more JSON-ey e.g.
    // out: "../styles.css"
  • Added test suite.
  • Modernise code.

v1.7.3

26 May 21:15
38201e6

Choose a tag to compare

  • Bug fix

v1.7.2

30 Jan 18:50

Choose a tag to compare

New: math setting is now supported as a per-file directive, and is explicitly available in the settings.json configuration.

v1.7.1

28 Jan 21:03

Choose a tag to compare

Merge branch 'fix' into main

v1.7.0

28 Jan 21:02

Choose a tag to compare

Merge branch 'fix' into main

Fix for mismatched sourceMapURL

17 Jan 21:00

Choose a tag to compare

When using out, main and compress together, it was possible for the minified CSS to refer to the wrong map file (sourceMapURL comment in the .min.css file)