diff --git a/README.md b/README.md index 2e04068..cf3db8e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ a tiny framework that makes websites pretty Written in LESS, compiled to CSS. Access the current beta [here](http://minfwk.com/beta.html). The "beta" page hotlinks the latest version of the Min LESS files. +To download Min, go [here](http://minfwk.com/download.html). + ###Tiny 995 bytes minified and gzipped. @@ -16,4 +18,20 @@ Of course, modern browsers give you pretty transitions. ###License MIT licensed. +###World's smallest? Really? +Min really is is the world's smallest feature complete CSS framework, at 995 bytes (or less - check the Downloads page for its current size) + +When we say "feature complete" we mean that it includes the following features: + - Buttons + - Headings + - Inputs + - Navbars + - Tables + - Notifications + - Icons + - A grid system + - Standardization of the look and feel of these elements across browsers + +Without these restrictions on what's considered a "feature complete CSS framework" someone could make a CSS framework with the following code: `*{top:0}` and call it the world's smallest CSS framework. Of course, such a framework would be useless, so in order for a piece of CSS to be considered a "framework" it should be a little more substantial (thus meeting the requirements above.) + [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/OwenVersteeg/min/trend.png)](https://bitdeli.com/free "Bitdeli Badge")