Getting Started

Installation

Depending on the version of Haze you've selected, there are a few steps to take. The most complex one involves only two simple steps.

Haze Base

For the base version you'll only need to include the stylesheet in your header.

Mimified version:

<link rel="stylesheet" href="https://cdn.serbanelyan.com/hazecss/1.0.0/css/haze.min.css">

Non-mimified version:  (show)

<link rel="stylesheet" href="https://cdn.serbanelyan.com/hazecss/1.0.0/css/haze.css">

Haze Plus

For the plus version you'll only need to include the stylesheet in your header as well.

Mimified version:

<link rel="stylesheet" href="https://cdn.serbanelyan.com/hazecss/1.0.0/css/haze-plus.min.css">

Non-mimified version:  (show)

<link rel="stylesheet" href="https://cdn.serbanelyan.com/hazecss/1.0.0/css/haze-plus.css">

Haze Plus

For the plus plus version you not only need to include the stylesheet in your header, but you will also have to add the JavaScript to your footer as well.

Mimified version:

<link rel="stylesheet" href="https://cdn.serbanelyan.com/hazecss/1.0.0/css/haze-plus-plus.min.css">
<script src="https://cdn.serbanelyan.com/hazecss/1.0.0/js/haze-plus-plus.min.js" defer></script>

Non-mimified version:  (show)

<link rel="stylesheet" href="https://cdn.serbanelyan.com/hazecss/1.0.0/css/haze-plus-plus.css">
<script src="https://cdn.serbanelyan.com/hazecss/1.0.0/js/haze-plus-plus.js" defer></script>

Alternate installation

You can also visit our GitHub and get what you need from there.