Merge branch 'master' of github.com:mrmrs/tachyons

This commit is contained in:
mrmrs 2014-10-18 17:17:08 -07:00
commit fbf3c9aa61

View File

@ -1,7 +1,7 @@
# TACHYONS
WIP (heavily in flux).
More documetation and examples will be coming soon.
More documentation and examples will be coming soon.
Build responsive, performant, and easy to maintain interfaces faster.
@ -19,7 +19,7 @@ Build responsive, performant, and easy to maintain interfaces faster.
* Mobile-first css
* Single-purpose class architecture
* Optimized for maximum gzip compression
* Less than 10kb when minified and gzipped
* 8.57kB when minified and gzipped
* Usable across projects
* Infinitely nestable responsive grid system
* Nice default color palettes
@ -33,7 +33,7 @@ You can include the latest, minified version of tachyons by including this in th
### Include it in a project
```
<link rel="http://tachyons.io/css/tachyons.min.css">
<link rel="stylesheet" src="http://tachyons.io/css/tachyons.min.css">
```
I will add version controlled cdn hosted options soon.
@ -93,6 +93,13 @@ all scroll simultaneously. If you fill out a form on one device all devices will
* https://github.com/gulpjs/gulp-util
* https://github.com/floatdrop/gulp-watch
## File Sizes
| Name | | gzipped |
|----------------------|----------------|----------------|
| tachyons.css | 74.43 kB | 13.03 kB |
| tachyons.min.css | 47.43 kB | 8.57 kB |
## License
The MIT License (MIT)