Tagging @frrrances for code review. This formally adds the child stylesheet with a dependency on the parent stylesheet.
This still runs into the issue described in http://mor10.com/challenges-new-method-inheriting-parent-styles-wordpress-child-themes/ where the parent theme has many stylesheets, and right now we're only bringing in one. However, this branch doesn't introduce that problem, we already have it. Also, the parent theme is structured so that all the styles that need to inherit downwards are in the one imported stylesheet already.
Tagging @frrrances for code review. This formally adds the child stylesheet with a dependency on the parent stylesheet.
This still runs into the issue described in http://mor10.com/challenges-new-method-inheriting-parent-styles-wordpress-child-themes/ where the parent theme has many stylesheets, and right now we're only bringing in one. However, this branch doesn't introduce that problem, we already have it. Also, the parent theme is structured so that all the styles that need to inherit downwards are in the one imported stylesheet already.