I was using a child theme and following WordPress’s recommended way to load a parent’s stylesheet with wp_enqueue_style in the child theme functions.php file. However, the child theme stylesheet was loading before the parent theme stylesheet.
Continue readingChild Theme Stylesheet Loading Before Parent Theme Stylesheet