UNPKG

@financial-times/o-layout

Version:

Provides page layouts and typography as a starting point to create internal tools or products.

13 lines (9 loc) 295 B
import oLayout from './src/js/layout.js'; const constructAll = function() { oLayout.init(); document.removeEventListener('o.DOMContentLoaded', constructAll); }; if (typeof document !== 'undefined') { document.addEventListener('o.DOMContentLoaded', constructAll); } export default oLayout;