This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Commands/ | Sat Jun 14 19:03:50 -0700 2008 | |
| |
README.markdown | Sun Dec 07 02:38:26 -0800 2008 | |
| |
Support/ | Sat Jun 14 19:03:50 -0700 2008 | |
| |
info.plist | Fri Jun 13 22:51:34 -0700 2008 |
README.markdown
Fluid CSS tmBundle
em-based layouts are "hard". This TextMate bundle wraps up the repetitive task of figuring out em values based on pixel values for given font sizes.
Currently there are three commands: (all assume a line like width: 300px;)
* _⌃⇧4_ => convert to ems with 14px base font size (21.429em if it was 300px)
* _⌃⇧6_ => convert to ems with 16px base font size (18.75em if it was 300px)
* _⌃⇧5_ => convert to ems with any base font size (it will prompt you, and remember you last choice)







