Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.36 KB

inuit.css—inuitcss.com

inuit.css is a pragmatic, production-ready CSS framework.

What is inuit.css?

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.

What you get

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.

igloos

inuit.css has several plugins available, called igloos. An igloo extends the functionality of inuit.css

Installing

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>

Gallery

If you create anything with inuit.css please consider submitting it to the gallery.