brianleroux/lawnchair

Website documentation is lowercase

viking opened this issue · 3 comments

http://brian.io/lawnchair/initialization/

All of the documentation is text-transform'd into lowercase. This causes all of the code examples to fail (there is no "lawnchair" function).

Looks like after app.css line 5 needs something like

code,pre
{text-transform:none;}

brian, y u no merge pull requests and address issues? Have you not heard of the pull request hack?

not everything here is something I want in the lib nor fixes any problem I have