initial
This commit is contained in:
commit
0b68e2580f
10
functions.php
Normal file
10
functions.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
add_action( 'wp_enqueue_scripts', 'twitchfront_enqueue_styles' );
|
||||||
|
|
||||||
|
function twitchfront_enqueue_styles() {
|
||||||
|
wp_enqueue_style(
|
||||||
|
'grand-sunrise-style',
|
||||||
|
get_stylesheet_uri()
|
||||||
|
);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user