This commit is contained in:
g
2020-03-27 17:37:29 +03:00
parent 55fe47f23d
commit b7a465e1b1

View File

@@ -6,7 +6,7 @@
function livecarta_scripts() {
if(is_front_page()){
wp_enqueue_style('livecarta-style-index', get_theme_file_uri('/assets/css/live-main-page.min.css'));
wp_enqueue_style('livecarta-style-index', get_theme_file_uri('/assets/css/live-main-page.min.css'),['lawcarta-style-index']);
}else{
wp_enqueue_style('livecarta-external-style', get_theme_file_uri('/assets/css/livecarta.css'), ['lawcarta-custom']);
wp_enqueue_style('lawcarta-style', get_stylesheet_uri(), ['livecarta-external-style']);