mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-01 14:51:04 -05:00
Merge pull request #3243 from alphagov/turn-on-compatibility-mode-for-govuk-frontend
Turn on compatibility mode for GOVUK Frontend
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
// Included to allow us to only include the components we need
|
||||
// All imports come from node_modules/govuk-frontend
|
||||
|
||||
// turn on compatibility mode for all legacy frameworks
|
||||
// https://github.com/alphagov/govuk-frontend/blob/master/docs/installation/compatibility.md#turn-on-compatibility-mode
|
||||
// to be removed when these frameworks are removed.
|
||||
$govuk-compatibility-govukfrontendtoolkit: true;
|
||||
$govuk-compatibility-govuktemplate: true;
|
||||
$govuk-compatibility-govukelements: true;
|
||||
|
||||
// set asset URL root to match that of application
|
||||
$govuk-assets-path: "/static/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user