Closed (won't fix)
Project:
Zen less css starterkit
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2011 at 13:30 UTC
Updated:
2 May 2012 at 13:44 UTC
Just check out the rendered css files for html-reset.less, layout-fixed.less, and pages.less. The 3 places where you imported the base.less file cause the duplicated CSS...
I have the same problem with my theme and am looking for a solution... It sucks that we can't add the base.less file to the theme.info file and still have the less variables & mixins available in other less files :)
Check out this issue: http://drupal.org/node/1145440
Comments
Comment #1
szantog commentedThis happends, because of less cs.. Unfortantly the less css is "one way" code.
It means, before every css must import the base.less. It presents some difficulty on debug, but it could solved by well organized code.
Performance: I think, after enabling css aggregation, this will not be the "battleneck".
But I'm watching your previous issue, and I will apply, if some cleverness will figured out.
Comment #2
szantog commentedno more development on this project.