mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
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).
7 lines
328 B
Plaintext
7 lines
328 B
Plaintext
[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
|