stylesheets/stitch/patterns/layout/_media.scss in stitch-0.1.1 vs stylesheets/stitch/patterns/layout/_media.scss in stitch-0.1.2
- old
+ new
@@ -1,16 +1,16 @@
-/*
- For blocks of content with media beside them.
- Adding overflow hidden changes the way the content interacts with the float
-*/
+//
+// For blocks of content with media beside them.
+// Adding overflow hidden changes the way the content interacts with the float
+//
-/*
- Apply it to the wrapper div
- <div>
- <img class="content-image" />
- <div class="content"></div>
- </div>
-*/
+//
+// Apply it to the wrapper div
+// <div>
+// <img class="content-image" />
+// <div class="content"></div>
+// </div>
+//
@mixin media-block($position: left, $spacing:0, $media: '.media', $block: '.block') {
#{unquote($media)} {
float:$position;
@if $spacing > 0 {
\ No newline at end of file