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

Improve libraries load for subtheme

parent f52b0bc7
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,17 @@ global-styling:
css:
component:
css/style.css: {}
bootstrap:
js:
/libraries/popper/popper.min.js: {}
/libraries/bootstrap/dist/js/bootstrap.min.js: {}
css:
component:
/libraries/bootstrap/dist/css/bootstrap.min.css{}: {}
bootstrap_cdn:
js:
//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js: {}
//stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js: {}
css:
component:
//stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css{}: {}
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