website/assets/sass/mixins/_background-size.sass

5 lines
145 B
Sass
Raw Permalink Normal View History

2015-08-30 12:34:43 -04:00
@mixin background-size($size)
-webkit-background-size: $size
-moz-background-size: $size
-o-background-size: $size
background-size: $size