_sass/vendor/susy/susy/output/float/_container.scss in minimal-mistakes-jekyll-4.1.1 vs _sass/vendor/susy/susy/output/float/_container.scss in minimal-mistakes-jekyll-4.2.0
- old
+ new
@@ -1,16 +1,16 @@
-// Float Container API
-// ===================
-
-// Float Container
-// ---------------
-// - [$width] : <length>
-// - [$justify] : left | center | right
-// - [$math] : fluid | static
-@mixin float-container(
- $width,
- $justify: auto auto,
- $property: max-width
-) {
- @include susy-clearfix;
- @include container-output($width, $justify, $property);
-}
+// Float Container API
+// ===================
+
+// Float Container
+// ---------------
+// - [$width] : <length>
+// - [$justify] : left | center | right
+// - [$math] : fluid | static
+@mixin float-container(
+ $width,
+ $justify: auto auto,
+ $property: max-width
+) {
+ @include susy-clearfix;
+ @include container-output($width, $justify, $property);
+}