"Load CSS asynchronously" doesn't respect order ($deps)
-
When I want my custom stylesheet to be loaded as last:
wp_enqueue_style(‘bootstrap’, ‘/bootstrap.min.css’);
wp_enqueue_style(‘custom’, ‘/custom.css’, array(‘bootstrap’));But using “Load CSS asynchronously” my custom css is loaded first.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘"Load CSS asynchronously" doesn't respect order ($deps)’ is closed to new replies.