UNPKG

@columbia-libraries/cul-toolkit

Version:

CUL customized Bootstrap 5 with Vite! Intended only for CUL projects and therefore unsupported.

11 lines (7 loc) 185 B
// src/setup.js // src/setup.js import * as bootstrap from 'bootstrap'; // expose bootstrap for legacy scripts if (typeof window !== 'undefined') { window.bootstrap = bootstrap; }