Skip to content

Commit

Permalink
Supress IE8 mixin deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kr8n3r committed Feb 21, 2024
1 parent 2b88e2e commit 9c82da1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/assets/stylesheets/_govuk_tech_docs.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// IE8 support is removed in govuk-frontend v5
// but as we still use IE8 mixin and generate a
// separate stylesheet, we'll supress the warning for now
// https://frontend.design-system.service.gov.uk/sass-api-reference/#govuk-suppressed-warnings
$govuk-suppressed-warnings: (
ie8
);
$govuk-assets-path: "/assets/govuk/assets/" !default;

// Include only the bits of GOV.UK Frontend we need
Expand Down

0 comments on commit 9c82da1

Please sign in to comment.