Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22044, comment 13


Ignore:
Timestamp:
10/01/2012 08:22:29 PM (13 years ago)
Author:
bpetty
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22044, comment 13

    initial v1  
    33I guess that can be a little difficult to explain in simple terms on the Codex.
    44
    5 Anyway, the point is that you can still do anything and everything @import does without actually using @import inside child themes. Keep in mind though that in that patch, respond.js is only used on IE8.
     5Anyway, the point is that you can still do anything and everything @import does without actually using @import inside child themes.
     6
     7You could also just manually add the parent theme CSS file to a custom header you define in your child theme without using @import.