akara-1.2.x-dev/akara.libraries.yml
akara.libraries.yml
global-styling:
version: VERSION
js:
js/global.js: {}
css:
theme:
https://fonts.googleapis.com/css?family=Inria+Sans|Open+Sans&display=swap: { type: external, minified: true, weight: -200, attributes: {defer: true, async: true} }
component:
css/style.css: {}
bootstrap:
js:
/libraries/bootstrap/dist/js/bootstrap.bundle.min.js: {}
css:
component:
/libraries/bootstrap/dist/css/bootstrap.min.css: {}
dependencies:
- core/popperjs
bootstrap_cdn:
js:
//cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js: {type: external, minified: true}
css:
component:
//cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css: {type: external, minified: true}
dependencies:
- core/popperjs
