Open lkraav opened 10 years ago
DM minifies the original .less file, instead of the compiled .css of wp-less output. Trying to see what to do about this.
DM goes through 'print_styles_array' filter, wp-less uses 'style_loader_src' filter. Looks like operation ordering issue.
DM minifies the original .less file, instead of the compiled .css of wp-less output. Trying to see what to do about this.