KNACSS/README.md

37 lines
1.8 KiB
Markdown
Raw Normal View History

2013-03-31 10:30:11 +02:00
KNACSS
======
2013-03-31 10:52:41 +02:00
http://www.knacss.com
2013-03-31 10:30:11 +02:00
2013-03-31 10:32:01 +02:00
KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects.
2013-03-31 12:45:09 +02:00
Designed by [Alsacreations agency](http://alsacreations.fr) and used on a daily basis in production, KNACSS is not only a lightweight documented framework but also a CSS reset, adapted to every project no matter its size.
2013-03-31 10:32:01 +02:00
2014-06-28 09:49:22 +02:00
It handles basic elements, box sizing, margins, floats, simple and complex aligns, positioning, layout grids, gutters, old IE fallbacks and last but not least responsiveness, everything automagically!
2013-03-31 10:30:11 +02:00
Installation
-----------
2013-07-17 16:10:38 +02:00
There is nothing to install. It is only a CSS file you can call as usual in the head of your document with a link element:
2013-03-31 10:30:11 +02:00
<link rel="stylesheet" href="knacss.css" media="all">
2013-12-28 21:57:59 +01:00
You can also install KNACSS with [Bower](http://bower.io/) : ```bower install knacss```
2014-06-28 09:49:22 +02:00
&hellip; Or you can also choose the KNACSS Builder : http://knacss.com/builder/
2013-06-25 19:43:19 +02:00
2013-03-31 10:30:11 +02:00
Usage
-----
2014-06-28 09:49:22 +02:00
KNACSS is a collection of ready to use styles and snippets to kick-start your project. Feel free to use it as a “reset”, then make it grow to suit your needs.
2013-03-31 12:45:09 +02:00
Take the time to read the documentation before jumping in. Indeed, KNACSS doesnt always suit beginners needs since a little thing can have big consequences.
2013-03-31 10:30:11 +02:00
2014-05-12 11:03:24 +02:00
## Vendor Prefixes
2014-05-12 11:01:36 +02:00
2014-06-28 09:49:22 +02:00
If you use one of the pre-processed version of KNACSS (LESS / Sass), beware that all the properties are declared **without vendor prefixes** (-webkit-,-moz-,-ms-,…), to gain clarity, and length of initial code.
2014-05-12 11:01:36 +02:00
2014-06-28 10:11:49 +02:00
You will certainly need to add these vendor prefixes yourself (this is usually done automatically today with Autoprefixer, [Mixture](http://mixture.io), [Prepros](http://alphapixels.com/prepros/), [Grunt](http://gruntjs.com), etc.).
2014-05-12 11:01:36 +02:00
2013-03-31 10:30:11 +02:00
Useful links
------------
2014-06-28 10:11:49 +02:00
* Website and download : http://knacss.com
2014-07-07 21:07:34 +02:00
* Documentation : http://knacss.com/doc.html