mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-31 03:20:28 -04:00
Pin patch version of govuk-elements-sass
Version 3.1.3 changed heading classes to display block - https://github.com/alphagov/govuk_elements/pull/552 This is a breaking change for us since we are using the heading classes to make font bold - 3.1.3 adds line breaks in places where we don't want them and causes some functional tests to fail. Since we will be replacing govuk-elements with the new design system, this commit pins the version of govuk-elements instead of updating all the code to work with the lastest version.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"babel-core": "6.26.0",
|
||||
"babel-preset-es2015": "6.24.1",
|
||||
"diff-dom": "2.3.1",
|
||||
"govuk-elements-sass": "3.1.x",
|
||||
"govuk-elements-sass": "3.1.2",
|
||||
"govuk_frontend_toolkit": "7.2.0",
|
||||
"govuk_template_jinja": "0.24.0",
|
||||
"gulp": "3.9.1",
|
||||
|
||||
Reference in New Issue
Block a user