bootstrap_italia-8.x-0.x-dev/var/starter_kits/italiagov/src/js/custom/custom.js
var/starter_kits/italiagov/src/js/custom/custom.js
/**
* Main custom JS
* Use this folder and file to manage your custom styles.
*/
// Example JS
// import './example.js'
// import './example-alert-event.js'
// import './example-bootstrap-italia-modules.js'
// import './icons.js'
/**
* Customize your bootstrap
*/
// Example: add your custom object
/*
bootstrap.CustomObject = CustomObject;
*/
// Example: remove unused object
/*
if ('Object' in bootstrap) {
bootstrap.Object = undefined;
}
*/
// Alternatively, instead of adding or removing objects,
// you can rebuild "bootstrap" with only the objects you want to use.
/*
const { A, B, C } = bootstrap;
*/
