stylesheets/toolkit/_pe.scss in toolkit-0.2.2 vs stylesheets/toolkit/_pe.scss in toolkit-0.2.3
- old
+ new
@@ -37,9 +37,11 @@
// - $sprite: The name of the sprite you want to use (this is the file name without extension)
// - $inline-svg: Switches between a Base64 encoded SVG or a normal url() for the SVG. Default to true
// - $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.
////////////////////////
+@import "compass/utilities/sprites";
+
$replace-text-pe-method: 'svg' !default;
$replace-text-pe-inline-svg: true !default;
$replace-text-pe-with-dimensions: true !default;
$replace-text-inline-element: false !default;