Skip to content
Snippets Groups Projects
Commit f25b4ea1 authored by Alberto Siles's avatar Alberto Siles Committed by Alberto Siles
Browse files

Resolve loading bootstrap icons

parent 21aebee5
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ bootstrap-icons: ...@@ -67,7 +67,7 @@ bootstrap-icons:
version: VERSION version: VERSION
css: css:
component: component:
css/components/bootstrap-icons: {} css/components/bootstrap-icons.css: {}
breadcrumb: breadcrumb:
version: VERSION version: VERSION
......
...@@ -125,7 +125,7 @@ function bootstrap_barrio_preprocess_page(&$variables) { ...@@ -125,7 +125,7 @@ function bootstrap_barrio_preprocess_page(&$variables) {
$icons = theme_get_setting('bootstrap_barrio_bootstrap_icons'); $icons = theme_get_setting('bootstrap_barrio_bootstrap_icons');
if ($icons) { if ($icons) {
$variables['#attached']['library'][] = 'bootstrap_barrio/bootstrap_icons'; $variables['#attached']['library'][] = 'bootstrap_barrio/bootstrap-icons';
} }
$icons = theme_get_setting('bootstrap_barrio_icons'); $icons = theme_get_setting('bootstrap_barrio_icons');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment