timber/starter-theme

Use wp_enqueue_style and wp_enqueue_script instead of hard including the file

Opened this issue · 0 comments

          > * the style.css file is included in the head.html. I find myself using the enqueue functions to add compiled css/js files that way. Maybe we could one day in the future introduce a basic setup for this as well?

Let’s stick to wp_enqueue_style(). We don’t have to invent our own way to do it.

Originally posted by @gchtr in #157 (comment)