Box SizingView source

Box-sizing will change the box-model of the element it is applied to.

{% highlight scss %} @include box-sizing(border-box); {% endhighlight %}