Skip to content

Commit

Permalink
Merge pull request #815 from alphagov/enforce-compabilitity-to-print-…
Browse files Browse the repository at this point in the history
…stylesheet

Enforce compatibility with deprecated packages for media print
  • Loading branch information
alex-ju authored Apr 9, 2019
2 parents 0c640a5 + 5b59d67 commit 185f874
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased

- Enforce compatibility with deprecated packages for media print stylesheet (PR #815)

## 16.10.0

- Support dynamic resizing of the modal component (PR #812)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// This is the file that the application needs to include in order to use
// the components.

@import "components/helpers/govuk-frontend-settings";

// `govuk_frontend_toolkit`
@import "measurements";
@import "grid_layout";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$govuk-image-url-function: "image-url";
$govuk-font-url-function: "font-url";
$govuk-compatibility-govukfrontendtoolkit: true;
$govuk-compatibility-govuktemplate: true;
$govuk-compatibility-govukelements: true;
$govuk-typography-use-rem: false;

0 comments on commit 185f874

Please sign in to comment.