Created
November 21, 2012 17:29
-
-
Save hellosmithy/4126265 to your computer and use it in GitHub Desktop.
* { box-sizing: border-box } FTW (Stylus)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Vendor mix-in for box-sizing | |
// assumes use of vendor interpolation | |
// http://learnboost.github.com/stylus/docs/interpolation.html | |
box-sizing() | |
vendor('box-sizing', arguments) | |
// apply a natural box layout model to all elements | |
* | |
box-sizing border-box |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment