stylesheets/stitch/patterns/print/_append-content.scss in stitch-0.1.1 vs stylesheets/stitch/patterns/print/_append-content.scss in stitch-0.1.2

- old
+ new

@@ -1,8 +1,7 @@ -/* - Adds URLs and abbreviations to the end of links in printed documents -*/ - +// +// Adds URLs and abbreviations to the end of links in printed documents +// @mixin append-content { a:after { content:" (" attr(href) ")"; } abbr:after {