Mixins

This is a set of helper functions

Font face

You can use this function to quickly add a custom font, it will generate the correct syntax for you

@font-face {
    .font-face(@fontname, @fontfile);
}

Background noise

You can use this function to ad some random noise as a background image

.my-selector {
    .background-noise();
}

stat-variant

You can use this function to create a variation on the Stat(istic) element

.my-stat {
    .stat-variant(@color);
}

date-variant

You can use this function to create a variation on the Date element

.my-date {
    .date-variant(@color);
}

Stripe

You can use this function to create a stripe. a stripe is an element that spans the entire width of the screen In which you can define the overflow to the left and right of the element

.my-stripe {
    .stripe(@leftBackground ; @rightBackground);
}

Combined with a row aligned