stylesheets/stitch/patterns/text/_hyphens.scss in stitch-0.1.1 vs stylesheets/stitch/patterns/text/_hyphens.scss in stitch-0.1.2
- old
+ new
@@ -1,7 +1,7 @@
-/*
- Initial Value: manual
- Values: none, manual, auto
-*/
+//
+// Initial Value: manual
+// Values: none, manual, auto
+//
@mixin hyphens($value:auto) {
@include prefix('hyphens',$value,-moz -webkit);
}
\ No newline at end of file