Getting Started
Installing
Browser Support
What's new
v1.0.0

Installing

There are 5 ways to get started with Blnkoo CSS framework in your projects. You can either install manually, from CDN or use package managers.

Install Manually

Download the compiled and minified blnkoo CSS file :

Include blnkoo.css located in /dist in your website or Web app .

<link rel="stylesheet" href="./dist/css/blnkoo.css">

Install from CDN

Alternatively, you can use the unpkg or cdnjs CDN to load compiled blnkoo.

<link rel="stylesheet" href="https://unpkg.com/none.css/dist/blnkoo.css">

Install from NPM

<link rel="stylesheet" href="https://unpkg.com/none.css/dist/blnkoo.css">

Install from Yarm

<link rel="stylesheet" href="https://unpkg.com/none.css/dist/blnkoo.min.css">

Install from Bower

<link rel="stylesheet" href="https://unpkg.com/none.css/dist/blnkoo.min.css">