Sha256: 37a91f7b9a0407cd886ab9aef96a532709606066e7df90d6a187a08ea5924753
Contents?: true
Size: 543 Bytes
Versions: 25
Compression:
Stored size: 543 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"; /*# sourceMappingURL=all-ie8.scss.map */
Version data entries
25 entries across 25 versions & 1 rubygems