Iam working on a drupal which is having multiple site in it . I need to change the stylesheet name from style.css to xyz.css
Kindly help
Iam working on a drupal which is having multiple site in it . I need to change the stylesheet name from style.css to xyz.css
Kindly help
Comments
Comment #1
shawn conn commentedAlter CSS does not rename style.css stylesheets it only alters the contents of it. It creates backup files (style_xyz.css) so that the contents of the file may be retrieved manually if needed. In fact, if you renamed style.css of your theme you'd break it since Drupal looks for a style.css to include as part of the theme.