Closed (fixed)
Project:
Acquia Slate
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2010 at 10:34 UTC
Updated:
27 Oct 2010 at 05:00 UTC
Is this a feature or a bug? Also, the instructions at http://drupal.org/node/418326#local-css state "Don't forget to uncomment the call to local.css in acquia_slate.info..." there is no such call in acquia_slate.info. So how does one activate the local.css file?
Thanks.
Comments
Comment #1
Deepika.chavan commentedHi,
You are right , there is no such call in 'acquia_slate.info' to activate local.css. But I think there is no need to add such code because local.css gets activated when we rename local_sample.css to local.css , by the following code which is there in acquia_slate's 'page.tpl.php'.
Variable $local_styles has been defined in fusion_core's 'template.php' by the following code :
Rgrds,
Deepika Chavan.
Comment #2
jeremycaldwell commentedOr you can add the "local.css" file to load through your theme by adding this line to your theme's .info file.
Hope that helps!