Child Theme Enqueue
-
OK, So all my child themes have the @import but WP says to use enqueue instead.
I use the Jetpack CSS Editor and never put any CSS in my child theme stylesheet.
If I do edit PHP I just add the PHP file to my child theme folder and edit it.
So, question is can’t I just keep the @import (even know it not best for performance) and just use the Jetpack CSS, or should I be adding all the CSS to the child stylesheet?
Does it really matter that much how I have it?
The topic ‘Child Theme Enqueue’ is closed to new replies.