the world's smallest (995 bytes) CSS framework
Find a file
2014-01-09 22:44:38 -05:00
less fix "darkened" color so it's actually darkened 2014-01-08 21:46:08 -05:00
beta.html add warning 2014-01-08 21:51:15 -05:00
bootstrapconverter.html Bootstrap Converter now works with dropdowns and right-positioned elements 2013-12-11 18:43:38 -05:00
build.sh rename navigation to navbar to fix a bug 2013-12-08 20:22:30 -05:00
CNAME redirect to new domain 2013-05-14 21:58:02 -03:00
compiledcss.js pushing min 1.5 into the world! 2014-01-09 21:21:01 -05:00
download.html load compiledcss.js 2013-12-08 17:07:02 -05:00
download.js remove useless link 2014-01-07 11:11:57 -05:00
download.less a better downloads page 2013-05-25 16:35:41 -04:00
entireframework.min.css pushing min 1.5 into the world! 2014-01-09 21:22:07 -05:00
favicon.ico kill favicon 2013-05-15 22:37:08 -04:00
index.html link to bootstrap to min converter 2014-01-09 21:23:25 -05:00
less.js Create less.js 2013-05-16 00:04:40 -03:00
mingziphotlink.php bring mingziphotlink.php into the 21st century 2014-01-09 21:29:01 -05:00
README.md link to new button styles 2014-01-09 22:44:38 -05:00

min

a tiny framework that makes websites pretty

Written in LESS, compiled to CSS. Access the current beta here. The "beta" page hotlinks the latest version of the Min LESS files.

To download Min, go here.

###Go vote on new button styles here!

###Tiny 995 bytes minified and gzipped.

###Compatible Works with IE5 and onward. Yes, min is even responsive in IE5.

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: *{} (the smallest piece of CSS to validate) and call it the world's smallest CSS framework. Of course, such a "framework" would literally do nothing, 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