stylesheets/stitch/patterns/text/_font-stacks.scss in stitch-0.1.1 vs stylesheets/stitch/patterns/text/_font-stacks.scss in stitch-0.1.2
- old
+ new
@@ -1,8 +1,7 @@
-/*
- These provide basic font stacks with fallbacks. You can add your own fonts to the stack
-*/
-
+//
+// These provide basic font stacks with fallbacks. You can add your own fonts to the stack
+//
@mixin sans-serif($prepend:false) {
$list: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: join($prepend,$list,comma);
}
\ No newline at end of file