SASS Quick Guide

By Forrest Smith - Drempd.com

Include a mixin (in this case, a mixin with the name of testmixin):

.sample-class{
    border: 1px solid red;
    @include testmixin();
}