MITLibraries / MITLibraries-child

A Wordpress child theme that descends from MITLibraries-parent
GNU General Public License v3.0
1 stars 1 forks source link

Add child stylesheet with dependency upon parent; closes #102 #103

Closed matt-bernhardt closed 8 years ago

matt-bernhardt commented 8 years ago

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.

frrrances commented 8 years ago

w00t! 👍