_sass/vendor/susy/susy/output/shared/_background.scss in sparrow-jekyll-theme-0.1.1 vs _sass/vendor/susy/susy/output/shared/_background.scss in sparrow-jekyll-theme-0.1.2
- old
+ new
@@ -1,26 +1,26 @@
-// Grid Background API
-// ===================
-// - Sub-pixel rounding can lead to several pixels variation between browsers.
-
-// Grid Background Output
-// ----------------------
-// - $image: background-image
-// - $size: background-size
-// - $clip: background-clip
-// - [$flow]: ltr | rtl
-@mixin background-grid-output (
- $image,
- $size: null,
- $clip: null,
- $flow: map-get($susy-defaults, flow)
-) {
- $output: (
- background-image: $image,
- background-size: $size,
- background-origin: $clip,
- background-clip: $clip,
- background-position: from($flow) top,
- );
-
- @include output($output);
-}
+// Grid Background API
+// ===================
+// - Sub-pixel rounding can lead to several pixels variation between browsers.
+
+// Grid Background Output
+// ----------------------
+// - $image: background-image
+// - $size: background-size
+// - $clip: background-clip
+// - [$flow]: ltr | rtl
+@mixin background-grid-output (
+ $image,
+ $size: null,
+ $clip: null,
+ $flow: map-get($susy-defaults, flow)
+) {
+ $output: (
+ background-image: $image,
+ background-size: $size,
+ background-origin: $clip,
+ background-clip: $clip,
+ background-position: from($flow) top,
+ );
+
+ @include output($output);
+}