drewbaker / wp-easy

Plugin that powers the WP Easy theme
1 stars 1 forks source link

Auto load CSS files in `/styles/*` #14

Closed drewbaker closed 1 month ago

drewbaker commented 1 month ago

We currently auto enqueue all scripts in libs. We should do the same for CSS and CSS sheets in the root of /styles/*.

I suppose we enqueue them in alphabetical order? That is how Nuxt does it, so maybe that's the way to go.