I want to add new css file. I added the following line in my .info file:
stylesheets[all][] = css/layout.css
stylesheets[all][] = css/style.css
stylesheets[all][] = css/colors.css
stylesheets[all][] = css/imagehover.css
stylesheets[print][] = css/print.css
I flush all cache. just to be sure I inspect page source but I only see style.css has been included:
<link rel="stylesheet" `href="http://sinepulse.local/sites/all/themes/smart_sinepulse/css/style.css">`
What about the others css files. Whats wrong with my approach?
custom drupal 7 theme?disabled. Check this specific SO post : stackoverflow.com/questions/2610837/… on for more details