kril-theme/functions.php

5 lines
219 B
PHP
Raw Normal View History

2015-03-18 12:41:56 +02:00
<?php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
2016-02-14 11:14:30 +02:00
wp_enqueue_style( 'understrap-theme', get_stylesheet_directory_uri() . '/css/understrap-child.min.css', array());
2015-03-18 12:41:56 +02:00
}