Closed (fixed)
Project:
Less CSS Preprocessor
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2010 at 12:20 UTC
Updated:
6 May 2010 at 20:20 UTC
Hi,
in less.module, you update $vars['styles'], but you should also update $vars['css] with $css. Otherwise other modules that want to add or remove files in there hook_preprocess_page will overwrite your changes.
This line should be added on line 58 in less.module: $vars['css'] = $css;
Great module by the way!
Comments
Comment #1
corey.aufang commentedGood point.
Corrected and pushing new release.