Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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');