From http://api.drupal.org/api/drupal/includes!common.inc/function/drupal_add...
Note that Modules should always prefix the names of their CSS files with the module name; for example, system-menus.css rather than simply menus.css. Themes can override module-supplied CSS files based on their filenames, and this prefixing helps prevent confusing name collisions for theme developers.
I personally had a collision between default.css from the default skin and a file in my theme named default.css.
Comments
Comment #1
Jorrit commentedI have added the prefix
sweaver-to the skin css file.Comment #2
Jorrit commentedShould I commit it to 7.x-1.x too?
Comment #3
Anonymous (not verified) commentedyes, please do.
Comment #4
Jorrit commentedDone.
Comment #5
Anonymous (not verified) commentedThank you Jorrit!