Getting Started with Bifrost CSS
Getting Started with Bifrost CSS
Go to top
Install using npm
Shell
npm install @intility/bifrost-css@latestDepending on your environment and build system you might be able to import the css in a JS module:
JavaScript
import "@intility/bifrost-css/dist/bifrost-all.css";Or in a CSS file:
CSS
@import url("@intility/bifrost-css/dist/bifrost-all.css");Or link to it in your HTML <head>:
HTML
<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.