Getting Started
Core Concepts
Components
Customization
Layout
Helpers
Utilities
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.
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)
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)
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)
You can also visit our GitHub and get what you need from there.