From f25b4ea124512c52d2e44802339de860a7cc06df Mon Sep 17 00:00:00 2001
From: hatuhay <hatuhay@827704.no-reply.drupal.org>
Date: Sun, 19 Apr 2020 09:28:07 -0500
Subject: [PATCH] Resolve loading bootstrap icons

---
 bootstrap_barrio.libraries.yml | 2 +-
 bootstrap_barrio.theme         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap_barrio.libraries.yml b/bootstrap_barrio.libraries.yml
index 18aca2c..fba93b9 100644
--- a/bootstrap_barrio.libraries.yml
+++ b/bootstrap_barrio.libraries.yml
@@ -67,7 +67,7 @@ bootstrap-icons:
   version: VERSION
   css:
     component:
-      css/components/bootstrap-icons: {}
+      css/components/bootstrap-icons.css: {}
 
 breadcrumb:
   version: VERSION
diff --git a/bootstrap_barrio.theme b/bootstrap_barrio.theme
index 4a96663..bc3b514 100644
--- a/bootstrap_barrio.theme
+++ b/bootstrap_barrio.theme
@@ -125,7 +125,7 @@ function bootstrap_barrio_preprocess_page(&$variables) {
 
   $icons = theme_get_setting('bootstrap_barrio_bootstrap_icons');
   if ($icons) {
-    $variables['#attached']['library'][] = 'bootstrap_barrio/bootstrap_icons';
+    $variables['#attached']['library'][] = 'bootstrap_barrio/bootstrap-icons';
   }
 
   $icons = theme_get_setting('bootstrap_barrio_icons');
-- 
GitLab