Sha256: 038608695e6cfc4602099ac96de7a90b6e40b9648cedc0a67fdec56c93268418
Contents?: true
Size: 502 Bytes
Versions: 55
Compression:
Stored size: 502 Bytes
Contents
// Ignore IE8 related warnings whilst we continue to generate IE8 specific // stylesheets for the review app or dist versions of GOV.UK Frontend $govuk-suppressed-warnings: if( variable-exists(govuk-suppressed-warnings), append($govuk-suppressed-warnings, "ie8"), ("ie8") ); // 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. $govuk-is-ie8: true; @import "all";
Version data entries
55 entries across 55 versions & 4 rubygems