connectivedx / Phoenix

http://connectivedx.github.io/Phoenix/
33 stars 5 forks source link

Remove dependency on box-sizing mixin #20

Closed ajmueller closed 10 years ago

ajmueller commented 10 years ago

Rather than use the box-sizing mixin to define the border-box value to the box-sizing property, we should apply border-box to all elements.

http://www.paulirish.com/2012/box-sizing-border-box-ftw/

justinskolnick commented 10 years ago

This has my vote.

ajmueller commented 10 years ago

This is now in a pull request (#28) if anyone would like to review the code changes. Discussion on this issue can continue in the PR.