From 906cf389aec2f0fa3f071af3ff397301d759c599 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 29 Aug 2023 15:57:57 +0500 Subject: [PATCH] enqueue block styles css on front-end --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index c51fccd..e059fbe 100644 --- a/functions.php +++ b/functions.php @@ -12,6 +12,8 @@ function custom_stylesheet() { wp_register_style( 'block-styles', get_theme_file_uri( 'block-styles.css' ) ); } wp_enqueue_style( 'custom-styles' ); +wp_enqueue_style( 'block-styles' ); + function autonomic_block_styles() { /**