////
/// @group settings/internet-explorer-8
////

/// Whether the stylesheet being built is targeting Internet Explorer 8.
///
/// @type Boolean
/// @access public

$moaland-is-ie8: false !default;

/// The name of the breakpoint to use as the target when rasterizing media
/// queries
///
/// @type String
/// @access public

$moaland-ie8-breakpoint: desktop !default;
