stylesheets/toolkit/_pe.scss in toolkit-0.1.9 vs stylesheets/toolkit/_pe.scss in toolkit-0.1.10
- old
+ new
@@ -30,9 +30,10 @@
// - $with-dimensions: Switches between including dimensions (height/width for all and background-size for SVG) or not. Defaults to true.
// - $inline: Whether or not the containing selector is an inline element. Defaults to false.
////////////////////////
@mixin replace-text-pe($png-path, $sprite, $inline-svg: true, $with-dimensions: true, $inline: false) {
// Map Out the Sprite
+ @debug $png-path + '*.png';
$sprite-map: sprite-map($png-path);
// Build SVG file name
$svg-file: str-replace('*.png', '#{$sprite}.svg', $png-path);
\ No newline at end of file