inuit.css is a pragmatic, production-ready CSS framework.
inuit.css is a lightweight, constantly updated CSS framework which provides you with a pragmatic and feature-rich starting point for all your projects.
It is crammed full of useful snippets, best practices and has additional plugins to extend its usefulness further.
In the download bundle you will find the core files and a demo site. Core contains the bare minimum for an inuit.css install and the demo gives you an idea how to structure and link up your full build.
inuit.css has several plugins available, called igloos. An igloo extends the functionality of inuit.css
To get inuit.css up and running you can either use the files found in the download bundle or you can install it afresh:
<head>
...
<!-- inuit.css core -->
<link rel="stylesheet" href="/css/inuit.css" />
<!-- inuit.css plugins -->
<link rel="stylesheet" href="/css/igloos.inuit.css" />
<!-- Your stylesheet -->
<link rel="stylesheet" href="/css/style.css" />
...
</head>
If you create anything with inuit.css please consider submitting it to the gallery.