Skip to content

Instantly share code, notes, and snippets.

@ericdouglas
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save ericdouglas/9091845 to your computer and use it in GitHub Desktop.

Select an option

Save ericdouglas/9091845 to your computer and use it in GitHub Desktop.
Box-sizing:border-box - Stylus
// Interpolation
vendor(prop, args)
-webkit-{prop} args
-moz-{prop} args
{prop} args
*, *:before, *:after
vendor(box-sizing, border-box)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment