Changes between Initial Version and Version 1 of Ticket #22044, comment 13
- Timestamp:
- 10/01/2012 08:22:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22044, comment 13
initial v1 3 3 I guess that can be a little difficult to explain in simple terms on the Codex. 4 4 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. 5 Anyway, the point is that you can still do anything and everything @import does without actually using @import inside child themes. 6 7 You could also just manually add the parent theme CSS file to a custom header you define in your child theme without using @import.