x3p0-dev / x3p0-ideas

A new WordPress theme.
GNU General Public License v3.0
43 stars 4 forks source link

Generated .asset.php Files Not Proper for Stylesheet Dependencies #15

Closed timnolte closed 2 weeks ago

timnolte commented 3 weeks ago

Same problem exists here as identified in the WP block-theme-examples.

https://github.com/WordPress/block-theme-examples/issues/14

justintadlock commented 2 weeks ago

None of the stylesheets have a dependency in this theme, so it's just passing an empty array to the $deps parameter of wp_enqueue_style(). It's no different than just manually passing [] for now, but it is at least future proofed in the event that we do pass a dependency in some way in the future.