Sha256: 78468da6fdc3722e06f96440fdf60e0888bc41dbc4996fae8edb34827d7b7838

Contents?: true

Size: 201 Bytes

Versions: 12

Compression:

Stored size: 201 Bytes

Contents

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
stitch-0.1.7.beta.3 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.7.beta.2 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.7.beta.1 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.6 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.5 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.4 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.4.beta.2 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.4.beta.1 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.3.2 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.3.1 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.3 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.2 stylesheets/stitch/patterns/print/_append-content.scss