How can CSS error in Supermint 3 be fixed?

Permalink
Don't see any email associated with the developer, but I assume someone in Concrete5 can fix an error in the CSS (.less files).

The themes/supermint/css/presets directory contains various .less files included into .less files in the directory above. In three of those included .less files (business.less, defaults.less, fooder.less) there are references to image files, but the path is relative to the included file rather than the base file being compiled. The path is '../../images/patterns/etc...' rather than '../images/patterns/etc...' so the images are never loaded.

Also, it would be nice for someone to publish a step-by-step very explicit method of clearing out whatever secret cache there exists for compiled .less files, because deleting everything in the cache directory does not do it. Better yet, make the UI option for clearing the cache REALLY clear the cache entirely.

 
JohntheFish replied on at Permalink Reply
JohntheFish
There are settings in the Cache dashboard pages to disable the various c5 caches.
softwallcave replied on at Permalink Reply
Yes, I keep all of them turned off while developing the site. I also manually deleted everything in the cache directory to no avail, as I see the same uncorrected data being place anew into the cache from somewhere. Others have reported this issue elsewhere.