// 
// @TODO: Add docs to Thumbnail!
//

@mixin Thumbnail() {
    .Thumbnail {
        @include thumbnail;
        @content;
    }   
}