I resolved the issued.
I had less @import statement that needed to be updated to absolute paths. With the prior version of steal they looked like this. @import "global.less"; But after upgrading to the new version of steal I needed to use the absolute path like this. @import "css/global.less";
largo
I had less @import statement that needed to be updated to absolute paths. With the prior version of steal they looked like this. @import "global.less"; But after upgrading to the new version of steal I needed to use the absolute path like this. @import "css/global.less";
largo