UNPKG

@ou-imdt/css

Version:

The IMDT CSS library styles native elements with light, extendable CSS. It is developed for Interactive Media Developers at the Open University.

17 lines (11 loc) 308 B
import "./src/base.css"; import "./src/native.css"; import "./src/utility.css"; import "./src/layout.css"; (async () => { // When not building for testing purposes console.log(import.meta.env.MODE) if (import.meta.env.MODE == "development" ) { const i = await import('./js/dev.js'); } })();