digisavvy / some-like-it-neat

A WordPress Theme Using _s, Bourbon + Neat and Theme Hook Alliance
GNU General Public License v2.0
276 stars 61 forks source link

Created a separate function in functions.php for enqueuing styles #90

Closed prikkprikkprikk closed 8 years ago

prikkprikkprikk commented 9 years ago

… because apparently wp_enqueue_scripts is run after wp_enqueue_styles, making it impossible to use wp_dequeue_script in a child theme to dequeue the parent theme's CSS. (It makes no sense including the parent theme's CSS when all the CSS is generated anew in the child theme.)