Skip to content

Releases: stealjs/steal-less

1.3.4

17 Oct 19:11
Compare
Choose a tag to compare

This fixes an issue where less would add body { display: none; } when using dev bundles. This configures less to not do so.

1.3.3

30 Sep 20:33
Compare
Choose a tag to compare

This is a patch release, fixing an issue where a newer version of less was setting the body to display: none !important;.

v1.3.2

28 Sep 20:27
Compare
Choose a tag to compare

Widen less.js range to include fixes for reference imports added in 2.6.0 #74

v1.3.1

11 Jun 23:27
Compare
Choose a tag to compare

Fixes Windows compatibility #68

Improved error messaging on failed imports

21 Mar 13:00
Compare
Choose a tag to compare

This release, 1.3.0, improves error messaging when 404s are encountered when trying to @import stylesheets.

404 error message

Fix LESS Errors Breaking Live-Reload

20 Nov 16:41
Compare
Choose a tag to compare

With this patch if you have an error in a LESS file it will display that error with the file:lineNumber in the console and will not break live-reload for other files. When the error is fixed live-reload will continue to work.