mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Add GOV.UK Elements as a submodule
Since GOV.UK Elements is versionned now it makes sense to bring it in as a dependency. This enforces a separation between what generic stuff we’re using from Elements and what is specific to our app. The benefit is that when the generic stuff changes it will be easy to bring those changes in. This commit also bumps GOV.UK frontend toolkit to the latest version (v4.5.0).
This commit is contained in:
7
.gitmodules
vendored
7
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "app/assets/govuk_frontend_toolkit"]
|
||||
path = app/assets/govuk_frontend_toolkit
|
||||
[submodule "app/assets/stylesheets/govuk_frontend_toolkit"]
|
||||
path = app/assets/stylesheets/govuk_frontend_toolkit
|
||||
url = https://github.com/alphagov/govuk_frontend_toolkit.git
|
||||
[submodule "app/assets/stylesheets/govuk_elements"]
|
||||
path = app/assets/stylesheets/govuk_elements
|
||||
url = https://github.com/alphagov/govuk_elements.git
|
||||
|
||||
Reference in New Issue
Block a user