Files
notifications-admin/.gitmodules
Chris Hill-Scott 73ccea4d1f 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).
2015-12-11 09:49:31 +00:00

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