/dashboards

:warning: Will be depricated - The most popular HTML and CSS framework for developing responsive dashboard project on the web

Primary LanguageCSSMIT LicenseMIT

⚠️ Deprecation Notice

It will be depricated because we are developing new thing below:

Dashboards

Bower version GitHub license

The most popular HTML and CSS framework for developing responsive dashboard project on the web. Heavily inspired by twbs/bootstrap. It will be used with csswizardry/inuit.css now. This project use CSS Style Guide

Table of Contents

Usage

Easy useage:

<link rel="stylesheet" href="/path/to/inuit.css">
<link rel="stylesheet" href="/path/to/dist/css/dashboard.min.css">

On existing SCSS project:

Add each library with submodule:

$ git submodule add https://github.com/csswizardry/inuit.css.git /path/to/scss/
$ git submodule add https://github.com/SIROK/dashboard.git /path/to/scss/

@import each libraries:

@import "/path/to/inuit";
@import "/path/to/dashboard";

// Your original style code below

Copyright and license

Dashboard and all content copyright 2014 - 2015 SIROK, Inc. Code released under the MIT License. Docs are released under Creative Commons.