5 lines
145 B
Sass
Executable File
5 lines
145 B
Sass
Executable File
@mixin background-size($size)
|
|
-webkit-background-size: $size
|
|
-moz-background-size: $size
|
|
-o-background-size: $size
|
|
background-size: $size |