Skip to main content
/
/
/
Getting Started with Bifrost CSS

Getting Started with Bifrost CSS

Using React?

The CSS is bundled with our React package, see getting started with Bifrost React instead.

Install using npm

npm install @intility/bifrost-css@latest
npm install @intility/bifrost-css@latest

Depending on your environment and build system you might be able to import the css in a JS module:

import "@intility/bifrost-css/dist/bifrost-all.css";
import "@intility/bifrost-css/dist/bifrost-all.css";

Or in a CSS file:

@import url("@intility/bifrost-css/dist/bifrost-all.css");
@import url("@intility/bifrost-css/dist/bifrost-all.css");

Or link to it in your HTML <head>:

<link rel="stylesheet" href="@intility/bifrost-css/dist/bifrost-all.css" />
<link rel="stylesheet" href="@intility/bifrost-css/dist/bifrost-all.css" />

Download CSS file

Download latest version of bifrost-all.css or explore files

You could theoretically <link> to these CSS files directly, but we recommend that you host the files along with your project.

Include icons

See CSS icon guide page