Viewing 1 replies (of 1 total)
  • ameenadata

    (@ameenadata)

    Maybe this is why:

    Note that the previous method was to import the parent theme stylesheet using @import: this is no longer best practice. The correct method of enqueuing the parent theme stylesheet is to add a wp_enqueue_scripts action and use wp_enqueue_style() in your child theme’s functions.php.

    https://codex.ww.wp.xz.cn/Child_Themes

Viewing 1 replies (of 1 total)

The topic ‘Updated version does not insert import url’ is closed to new replies.