Closed (fixed)
Project:
Zentropy
Version:
7.x-2.0-beta8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Mar 2012 at 12:49 UTC
Updated:
4 Mar 2012 at 13:36 UTC
A theme option to disable the import of the standard Zentropy styles would be very handy. Although much appreciated some people prefer to write it themselves.
Comments
Comment #1
rovoI'm wondering if the SUBTHEME.css files(layout/SUBTHEME-*.css) might be best left blank? Maybe only leave the notes at the top for the purpose of each. Just thinking the CORE styles don't need to be duplicated into the SUBTHEME styles...
@Oskarrough, I'm not sure if this the same thing you are referring to?
Comment #2
brewthis commentedNot exactly, although I agree with you.
I'm looking for a way to use the Subtheme without heritating all the css layout files from the base theme. For example, what if you don't want to use the same reset, the same layout methods and the same css file structure?
For now, deleting the files of course work until the next update.
Comment #3
alexweber commented@rob_dean, I've opened a separate issue for this: #1467132: Don't duplicate layout styles in subtheme css
@oskarrough, I'm implementing this in a few minutes :)
Comment #4
alexweber commented@oskarrough, after giving this a lot of thought I decided to opt against it.
I have, however, provided a nice alternative:
There's now a line in SUBTHEME.info which you can uncomment to effectively disable the Zentropy core CSS.
I hope this is an acceptable compromise! :)
Comment #5
brewthis commentedHey, sounds like an even better way of doing it - thanks!
Comment #6
alexweber commented@oskarrough no problem! :)