diff --git a/functions.php b/functions.php index 6b3de67..54f357b 100644 --- a/functions.php +++ b/functions.php @@ -166,7 +166,7 @@ function binarybootstrap_fonts() { */ function binarybootstrap_scripts_styles() { /* Stylesheets */ - wp_enqueue_style( 'binarybootstrap', get_template_directory_uri() . '/css/binarybootstrap.min.css', false, null ); + wp_enqueue_style( 'binarybootstrap', get_stylesheet_directory_uri() . '/style.css', false, null ); /* Load the main stylesheet */ wp_enqueue_script( 'bootstrap', get_template_directory_uri() . '/js/bootstrap.min.js', array('jquery'), null, true ); diff --git a/style.css b/style.css index 576bc6e..b849e91 100644 --- a/style.css +++ b/style.css @@ -12,3 +12,5 @@ Text Domain: binarybootstrap */ /* There are no style definitions in here. Take a look at the /less or /css directories instead. */ + +@import url('css/binarybootstrap.min.css');