blup / bootstrap.stylus

Twitter's bootstrap ported to stylus
Other
84 stars 26 forks source link

refactor #1

Closed tj closed 13 years ago

tj commented 13 years ago

started refactoring some things that make a straight LESS port kinda lame. Instead of verbose stuff like rgba(255,255,255,.5) we can just do rgba(white, .5), mixins can be used transparently via border-radius: 5px etc instead of border-radius(5px) and some other things.

blup commented 13 years ago

Nice work, thanks!

tj commented 13 years ago

I definitely messed a few things up but it's a step in the right direction haha

blup commented 13 years ago

To be honest, I didn't look at all of the commits. I'll take a closer look later and check if anything broke :)