Sha256: f0ccca2ef6807ccae41dfc198c38b76e1364594fa98491708d02eb7fe3b7ca6d

Contents?: true

Size: 183 Bytes

Versions: 2

Compression:

Stored size: 183 Bytes

Contents

@mixin inline-icon($image, $spacing: 10px) {
	background: image-url($image) no-repeat left center;
	padding-left: image-width($image) + $spacing;
	line-height: image-height($image);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stitch-0.1.4.beta.2 stylesheets/stitch/patterns/images/_inline-icon.scss
stitch-0.1.4.beta.1 stylesheets/stitch/patterns/images/_inline-icon.scss