3.1.2 (Brainy Betty)
9a09813d3cc98c7c8b457319820cf6f3c54eb957
o:Sass::Tree::RootNode
:@has_childrenT:@children[o:Sass::Tree::CommentNode;[ :@options{ :@lines[ :
@loud0:@value"ù/**
 *
 * Tablecloth background pattern
 *
 * @link http://lea.verou.me/css3patterns/#tablecloth
 *
 * @author Lea Verou http://lea.verou.me/ for the original pattern
 * @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
 */:
@linei:@silent0o:Sass::Tree::ImportNode
;[ :@imported_filename"compass/css3/images;	@	;i:@template0o:Sass::Tree::MixinDefNode;T;[	o:Sass::Tree::VariableNode:
@expro:Sass::Script::Funcall
;	{ :@keywords{ :
@args[o:Sass::Script::Color	;	@;0;i:@attrs{	:redi :
alphai:
greeni :	bluei o:Sass::Script::Number:@original"0;	@:@denominator_units[ :@numerator_units[ ;i ;i:
@name"	rgba;i;[ ;	@	;""transparent:@guarded0;io:Sass::Tree::PropNode;[ :
@tabsi ;	@	;"["background-color:@prop_syntax:new;o:Sass::Script::Variable	;	{ ;""bg-color:@underscored_name"bg_color;i;io:Sass::Tree::MixinNode;[ ;	@	;{ ;[o;
;	{ ;{ ;[o;;"0;	@,; @;![ ;i ;io:Sass::Script::List	;	@,:@separator:
space;[o;(	;	@,;""stripe-color;)"stripe_color;io;;"50%;	@,; [ ;!["%;i7;i;io;+	;	@,;,;-;[o;(	;	@,;""transparent;)"transparent;io;;"50%;	@,; [ ;!["%;i7;i;i;""linear-gradient;io;
;	@,;{ ;[o;+	;	@,;,;-;[o;(	;	@,;""stripe-color;)"stripe_color;io;;"50%;	@,; [ ;!["%;i7;i;io;+	;	@,;,;-;[o;(	;	@,;""transparent;)"transparent;io;;"50%;	@,; [ ;!["%;i7;i;i;""linear-gradient;i;""background-image;io;$;[ ;%i ;	@	;"["background-size;&;';o;+	;	{ ;,;-;[o;(	;	@e;""	size;)"	size;i o;(	;	@e;""	size;)"	size;i ;i ;i ;	@	;[[o;(;	{ ;""bg-color;)"bg_coloro;	;	@p;0;i;{	;iÿ;i;iÿ;iÿ[o;(;	@p;""stripe-color;)"stripe_coloro;
;	@p;{ ;[	o;;"200;	@p; @;![ ;iÈ;io;;"0;	@p; @;![ ;i ;io;;"0;	@p; @;![ ;i ;io;;"0.5;	@p; @;![ ;f0.5;i;""	rgba;i[o;(;	@p;""	size;)"	sizeo;;"	50px;	@p; [ ;!["px;i7;i;""background-tablecloth;i;	@	;i;"×/**
 *
 * Tablecloth background pattern
 *
 * @link http://lea.verou.me/css3patterns/#tablecloth
 *
 * @author Lea Verou http://lea.verou.me/ for the original pattern
 * @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
 */

@import "compass/css3/images";

@mixin background-tablecloth($bg-color: white, $stripe-color: rgba(200,0,0,.5), $size: 50px) {
    $transparent: rgba(black, 0);
    background-color: $bg-color;
    @include background-image(
        linear-gradient(
            0,
            $stripe-color 50%,
            $transparent 50%
        ),
        linear-gradient(
            $stripe-color 50%,
            $transparent 50%
        )
    );
    background-size: $size $size;
}


