changed alignments.css enqueue route
This commit is contained in:
parent
97904b82b8
commit
98ceac0b65
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function mayland_blocks_scripts() {
|
|||
wp_enqueue_style( 'mayland-blocks-styles', get_stylesheet_uri() );
|
||||
|
||||
// Enqueue front-end styles.
|
||||
wp_enqueue_style( 'mayland-blocks-block-styles', get_template_directory_uri() . '/assets/alignments.css' );
|
||||
wp_enqueue_style( 'mayland-blocks-block-styles', get_stylesheet_directory_uri() . '/assets/alignments.css' );
|
||||
|
||||
// Enqueue Google fonts, if necessary.
|
||||
wp_enqueue_style( 'mayland-blocks-fonts', mayland_blocks_fonts_url(), array(), null );
|
||||
|
|
Loading…
Reference in a new issue