enqueue block styles css on front-end
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1fc09b0187
commit
906cf389ae
@ -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() {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user