Skip to content

Instantly share code, notes, and snippets.

@hellosmithy
Created November 21, 2012 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellosmithy/4126265 to your computer and use it in GitHub Desktop.
Save hellosmithy/4126265 to your computer and use it in GitHub Desktop.
* { box-sizing: border-box } FTW (Stylus)
// 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