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

Ran into issue with current GitHub version not enqueuing stylesheets #92

Closed jjloomis closed 9 years ago

jjloomis commented 9 years ago

I really like this starter theme. However, the current GitHub version (1.3.1) is not enqueuing stylesheets. Using the WordPress.org version (1.1.10), stylesheets do enqueue. In 1.1.10's functions.php file, scripts and styles are enqueued together. I tweaked my local copy of 1.3.1 so that scripts and styles enqueue in the same function and it fixed the issue. Submitting these changes for your consideration.

Awesome theme. Thank you for making this. I'd like to do what I can to contribute to this project.

digisavvy commented 9 years ago

@jjloomis this issue should be resolved in the latest version. The wrong hook was being used to enqueue styles