diff --git a/CHANGELOG.md b/CHANGELOG.md index 60acbb2354..9679c38eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. +## Unreleased + +* Fix GOV.UK Frontend deprecation warning for component-guide print stylesheet ([PR #1961](https://github.com/alphagov/govuk_publishing_components/pull/1961)) + ## 24.4.1 * Fix tracking in `details.js` ([PR #1962](https://github.com/alphagov/govuk_publishing_components/pull/1962)) diff --git a/app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss b/app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss index 9be197b7bb..cbbe0412ba 100644 --- a/app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss +++ b/app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss @@ -1,7 +1,7 @@ // This is the file that the application needs to include in order to use // the components. -@import "components/helpers/govuk-frontend-settings"; +@import "govuk_frontend_support"; @import "components/print/accordion"; @import "components/print/attachment";