Without any experience I had quickly set up a new theme based on Sky. I just wanted to make some minor changes to some styles and introduce some new styles (e.g. for inline module).
It works for Sky 6.x-3.9, but updating to 6.x-3.10 completely broke the layout, so I reverted back to 3.9.
What is the correct way to build a subtheme of Sky?
What files really need to be copied over and must be modified?
I just need some small modifications, which cannot be done using Sky's configuration options.
Comments
Comment #1
jacineThis is probably due to moving the settings into the .info file. You should be able to add the settings to your subthemes .info. When theme upgrades occur you should always replace the old one entirely with the new one. If you want to see specific line by line changes, you can always look through the CVS changes here: http://drupalcode.org/viewvc/drupal/contributions/themes/sky/. The fully history is there.