By default zen.css is listed in the info file, I thought by putting a ; it will not use it. I also tried deleting it but it still shows up. Is this required ?

Comments

koyama’s picture

akalata’s picture

Status: Active » Postponed (maintainer needs more info)

Are you talking about the base Zen, or a subtheme? In a subtheme's info file, you actually want to include it to override it. Included below is the notes from STARTERKIT.info

  ; To prevent stylesheets of a base theme or of a module from being included in
  ; our sub-theme, we specify it in our .info file (and we don't need to have a
  ; stylesheet in our sub-theme with that name.) For example, we prevent the
  ; zen.css file in the base theme from being included by specifying it here.
stylesheets[all][]   = zen.css
akalata’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)