Releases: stealjs/steal-less
Releases · stealjs/steal-less
1.3.4
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
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
Widen less.js range to include fixes for reference imports added in 2.6.0 #74
v1.3.1
Fixes Windows compatibility #68
Improved error messaging on failed imports
This release, 1.3.0, improves error messaging when 404s are encountered when trying to @import
stylesheets.
Fix LESS Errors Breaking Live-Reload
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.