Getting Started with Bifrost CSS
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.