Sha256: 11a9bd24109d10c69a4b9fa49d92f1fae82105a73445879e310cf1a1dc4f8d6d

Contents?: true

Size: 200 Bytes

Versions: 4

Compression:

Stored size: 200 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

4 entries across 4 versions & 2 rubygems

Version Path
stitch-0.1.1 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.1.0 stylesheets/stitch/patterns/print/_append-content.scss
stitch-0.0.3 stylesheets/stitch/patterns/print/_append-content.scss
compass-stitch-0.0.1 stylesheets/stitch/patterns/print/_append-content.scss