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

shawn conn’s picture

Status: Active » Closed (works as designed)

Alter 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.