the world's smallest (995 bytes) CSS framework
Find a file
Scott O'Hara c118767b6a update button classes to reduce file size & increase reusability
In an effort to cut down on file size & make the button classes more modular, I reduced the selectors of the buttons to no longer be attached to the <button> element.

now .btn-a, b, c, & small can be combined with a generic .btn class (which has the same styles as <button> and this class combo can be added to <a> elements, inputs with a type of submit or anything that one would like to look like a button.

I used terminal to run a gzip compression on the minified file and it also reduced the file size by 2 bytes
2014-01-18 10:53:44 -05:00
less update button classes to reduce file size & increase reusability 2014-01-18 10:53:44 -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
defer.js Create defer.js 2014-01-10 17:44:33 -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 update button classes to reduce file size & increase reusability 2014-01-18 10:53:44 -05:00
favicon.ico kill favicon 2013-05-15 22:37:08 -04:00
index.html add scissors. they're sharp, be careful 2014-01-15 15:37:05 -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 more pleading 2014-01-14 18:11:11 -05:00

###PLEASE go vote on new button styles here!

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.

###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.

###Building the latest Min

WARNING! This will build the latest, pre-release version of Min. It may be broken. If you want to use an already-built Min, it's available in the file entireframework.min.css as well as through the downloads page.

wget https://github.com/yui/yuicompressor/releases/download/v2.4.8/yuicompressor-2.4.8.jar bash build.sh

###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