Mixins for Media
Change the colour of an SVG icon.
This is normally done on hover. You pass in a colour to the mixin.
Colour options: body-grey, white, lp-blue, custom, custom-2.
+icon-color($color: "")
Add a svg as a background image
+svg-bg-icon($iconName, $section)
Apply rules only for Retina Content
This mixin requires a content block as an argument. The styles in that content will only be available to retina screens.
+retinafy()