// By setting $govuk-is-ie8 to true, we create a version of the stylesheet that
// targets IE8 – e.g. conditionally including or excluding styles, and
// rasterizing media queries.
// Note, there are no CCS styles that are affected by this directly
// but there some that are affected indirectly through GOV.UK Frontend

$govuk-is-ie8: true;

@import "all";
