/* ============================================================================
   @CORE -> SETTINGS -> RETINA RESOLUTION
   ========================================================================= */


/**
 * A global setting for targeting hi-dpi (retina) devices which is used in the
 * retina based mixins. The default value uses a device pixel ratio (dpr) of
 * "1.3", "1.3" provides the best coverage of retina devices on the market
 * today, see:
 *
 * - http://bjango.com/articles/min-device-pixel-ratio/
 * - https://gist.github.com/marcedwards/3446599
 *
 * The setting will also accept a `dpi` unit e.g. `144dpi`.
 */

$retina-resolution: 1.3 !default;